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

Anybody knows how to upload multiple files without using Silverlight nor Flash? Is this even possible?

1 Answer 30 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paradigm
Top achievements
Rank 1
Paradigm asked on 17 Feb 2010, 02:57 PM
I have implemented with Silverlight and Flash a way for the user to browse select multiple files and then upload them. I like to find a way to do without using the plug-ins.
Anybody?
Right now I am using
http://demos.telerik.com/aspnet-ajax-beta/upload/examples/async/monitorprogress/defaultcs.aspx
and for the silverlight
http://demos.telerik.com/aspnet-ajax-beta/upload/examples/silverlight/defaultcs.aspx
Thanks in advance
Best regards

1 Answer, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 17 Feb 2010, 06:53 PM
Are you asking if you can display multiple file upload boxes? If so you, the RadUpload, or in your case RadUploadAsync, control allows for such a situation.

I believe this link should be of use:


You can set the amount of file input boxes to show when the page loads by the setting the InitialFileInputsCount property to whatever number you want.

I hope that's what you were asking for.
Tags
General Discussions
Asked by
Paradigm
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Share this question
or