Does RadUpload support concurrent / simultaneous uploads? I know you can queue multiple files and have them uploaded synchronously but I'd like to upload file A and then while that is uploading pick file B and allow that file to start uploading as well. I think the browser limits you to 2? connections. If so I'd still be able to upload 2 files at one time.
Here is an example of what I want to do in PHP:
http://www.seemysites.net/projFolder/uploader/
Here is an example of what I want to do in PHP:
http://www.seemysites.net/projFolder/uploader/