This is a migrated thread and some comments may be shown as answers.

Concurrent / Simultaneous Uploads

1 Answer 111 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
yutz
Top achievements
Rank 1
yutz asked on 18 Feb 2009, 10:11 PM
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/


1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 20 Feb 2009, 10:56 AM
Hello yutz,

Thank you for your question

There is no problem to have 2 separate RadUploads on the same page, but you will have to postback the page for both of them. A better solution might be to use IFrames for both of the uploads, this will get round the screen flicker. For your convenience I have attached a sample project describing the scenario.

Let me know whether the proposed solution helps.

All the best,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Upload (Obsolete)
Asked by
yutz
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or