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

multiple fileuploads

1 Answer 68 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 07 Nov 2008, 04:03 PM
I need to have 3  completely separate file upload sections on my page  (ie 3 separate instances of the file upload control, not 1 file upload with 3 upload sections)

Is it possible to have a separate progressarea for each one ?  I cant see any obvious way to associate a progress area with a specific file upload

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 10 Nov 2008, 08:07 AM
Hi mark wheeler,

RadUpload cannot upload files simultaneously because when a page gets submitted, there is only a single request sent to the server.

That is why the files are uploaded one by one. As a result you cannot have two RadProgressArea controls on a page showing different information. They will show the same information because RadProgressManager reports the information to the progress areas on the page. 
So, you need to use only one progress area on the page.

Sincerely yours,
Veselin Vasilev
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
mww
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or