Upload multiple files

1 Answer 128 Views
AsyncUpload Editor UI for ASP.NET AJAX in ASP.NET MVC
Arslan Muhammad
Top achievements
Rank 1
Arslan Muhammad asked on 17 Nov 2022, 01:30 PM

I want to upload multiple files in Telerik but don't want to upload them in Async.

when the first file is uploaded then the 2nd file should be uploaded until then it should wait.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 21 Nov 2022, 10:42 PM

Hi Arslan,

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

 

Regards,
Rumen
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
AsyncUpload Editor UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Arslan Muhammad
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or