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

Upload more than 2000 files

1 Answer 46 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Sandeep
Top achievements
Rank 1
Sandeep asked on 21 Oct 2011, 02:46 PM
When, I tried to select 2000 files (.txt) at once using RadAsyncUpload - MultipleFileSelection and click "Open" button then I get the following error:

Microsoft JScript runtime error: Unhandled Error in Silverlight Application ShowDialog failed.   at System.Windows.Controls.OpenFileDialog.ShowDialog()
   at UploadPrototype.MainPage.OpenDialog()
   at UploadPrototype.MainPage.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)

I had observed that I could not upload more than 2000 files(.txt) at once using RadAsyncUpload.
Is there any limitation with RadAsyncUpload?
If not, how do I overcome this limitation?

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 24 Oct 2011, 04:42 PM
Hi Sandeep,

Uploading that many files is a relatively rare scenario. Multiple selection works fine with lots of files and it's not limited. Probably Silverlight doesn't support that quantity of files. Please archive the files and upload them as one.

Regards,
Peter Filipov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
AsyncUpload
Asked by
Sandeep
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or