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

Radasyncupload

1 Answer 44 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Siddharth
Top achievements
Rank 1
Siddharth asked on 09 Oct 2013, 11:02 AM
Hi,
I have a following query regarding RadasyncUpload. Please clarify it.

Can we upload multiple files of different file extensions in a single attempt?
(ie  xls,docx,txt,htm,pdf format files uploaded at once)

is der any change that has to be done to ensure proper uploading of different format files at once. Because i have tried to do so but the files are not been uploaded on post back. But when I tried with similar format multiple files I am able to upload successfully.
I have added the extensions in the allowedextension property of the control.

Please provide the necessary change that has to be made.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 10 Oct 2013, 05:12 AM
Hi Siddharth,

I am unable to reproduce your scenario and please try the following ASPX which worked as expected at my end.

<telerik:RadAsyncUpload ID="RadAsyncUpload" runat="server" MultipleFileSelection="Automatic"
    TargetFolder="Uploads" AllowedFileExtensions="jpg,png,txt,docx">
</telerik:RadAsyncUpload>

Thanks,
Shinu.
Tags
AsyncUpload
Asked by
Siddharth
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or