Upload multiple files

0 Answers 78 Views
Forum suggestions Getting started with ASP.NET Interesting resources Let's talk about telerik (the good and the bad) Miscellaneous Telerik TV
Arslan Muhammad
Top achievements
Rank 1
Arslan Muhammad asked on 17 Nov 2022, 01:53 PM

While uploading multiple files in Async due to the slow internet connection it gave connection errors and file uploading failed and asked to retry the file.

Is there any solution to my problem???

1 more thing can I upload multiple files synchronously???

 

Rumen
Telerik team
commented on 21 Nov 2022, 10:45 PM

Can you share the connection errors you get? Does the file get uploaded after you retry the upload process? You can also play with the Chunk size - https://docs.telerik.com/devtools/aspnet-ajax/controls/asyncupload/functionality/chunk-upload

 

As the name suggests, the RadAsyncUpload control uploads asynchronously to a temp folder, and on postback processes it and eventually moves it to the target folder.

If you want to process 1 file and only then allow the client to upload a second one, then you just can set max files count to be 1, e.g.

MaxFileInputsCount="1".

You can also disable the multiple files selection - https://docs.telerik.com/devtools/aspnet-ajax/controls/asyncupload/functionality/multiple-file-selection

 

 

No answers yet. Maybe you can help?

Tags
Forum suggestions Getting started with ASP.NET Interesting resources Let's talk about telerik (the good and the bad) Miscellaneous Telerik TV
Asked by
Arslan Muhammad
Top achievements
Rank 1
Share this question
or