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
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".