Unable to read lic2 files after upload from RadAsyncUpload

0 Answers 52 Views
AsyncUpload
SAHAN
Top achievements
Rank 1
SAHAN asked on 10 Jun 2022, 03:27 AM

<telerik:RadAsyncUpload runat="server" ID="rauAttachDoc" DropZones=".DropZoneExit" />
<div id="divDropArea" runat="server" class="DropZoneExit"><%=Q2Utils.FormatDropZoneText(rauAttachDoc)%></div>

 

 For Each fileUploaded As UploadedFile In rauAttachDoc.UploadedFiles

 ........

Next

I have uplaod a lic2 type file into RadAsyncUpload. But rauAttachDoc.UploadedFiles.count is zero. unbale to read the file from the behind code.

 

No answers yet. Maybe you can help?

Tags
AsyncUpload
Asked by
SAHAN
Top achievements
Rank 1
Share this question
or