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

select multiple files

7 Answers 258 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Morten asked on 15 Sep 2009, 08:09 AM
I use RadUpload to upload multiple files of varying count. I select each file at a time, sometimes more than 10 files.
I wish that I in the RadUpload "select file" dialogue was able to select multiple files and that the RadUpload detected the number of selected files and automatically added every file to the RadUpload control as a separate "file item".

Or is this already possible?

7 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 15 Sep 2009, 08:28 AM
Hi Morten,

RadUpload cannot select multiple files in one file select box. This is a limitation of the standard <input type=file> elements that RadUpload uses for file selection. Currently, there are no plans for changing this restriction. You can check this code-library: How to upload multiple files using RadUpload (uploading .zip file and extract it on the server)

Alternatively, you can use RadUpload for Silverlight. See this demo for further details.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Christopher Bishop
Top achievements
Rank 2
answered on 16 Sep 2009, 02:18 PM
I actually love the silverlight upload stuff that telerik is doing, I have swapped out most of my upload stuff for that as it works really, really nice... And I was like you were I had to stop using the radUpload control because the one by one selection stuff so I went to swfUpload http://swfupload.org/ and used that instead of the radUpload...

However I have since removed that for the telerik silverLight demo stuff that paul mentioned if you can use silverlight in your project I highly recomend going this route as it is fast and efficent but if silverLIght is not a option then I would recomend a flash upload it is pretty fast as well, unlike the silverlight option there are a couple of hangUps about flash uploading and that is relative paths act differently in IE versus FireFox, Safari etc. so if you stuggle with that right out the gate just remember to use the full domain path ie: http ://blah/processUpload.aspx etc.

0
Meena
Top achievements
Rank 1
answered on 12 Nov 2009, 07:22 PM
Hi Paul,

I'm using the RadUpload with Silverlight. Works fine for uploading multiple files. 
My requirement is to upload the whole folder not just the files. Is there a way to know the source folder name, so a folder with the same name can be created under the target folder?
I'm using the code I got from the demo site.

Thanks.
0
Puay Chai Tan
Top achievements
Rank 1
answered on 27 Dec 2010, 10:50 AM
Hi,

I can't get the solution for uploading multiple files using Radupload control in RadAjaxManagerProxy and some ajaxs and proxy setting of  page

I have attached my page

Thanks
0
Yana
Telerik team
answered on 27 Dec 2010, 10:59 AM
Hello Puay,

You should use RadAsyncUpload in order to upload multiple files. Also you can attach only images here in the forums. Please open a support ticket and send us a runnable page demonstrating the issue you're experiencing there.

All the best,
Yana
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Manesh
Top achievements
Rank 2
answered on 18 May 2012, 07:29 PM
Hi paul,
please give me the link man i god damn need it urgently please
0
Princy
Top achievements
Rank 2
answered on 21 May 2012, 06:31 AM
Hello Manesh,

Check the following demo which implements the same.
AsyncUpload / Multiple File Selection

Thanks,
Princy.
Tags
Upload (Obsolete)
Asked by
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Paul
Telerik team
Christopher Bishop
Top achievements
Rank 2
Meena
Top achievements
Rank 1
Puay Chai Tan
Top achievements
Rank 1
Yana
Telerik team
Manesh
Top achievements
Rank 2
Princy
Top achievements
Rank 2
Share this question
or