Hi,
I have requirement to have multiple AsyncFileUpload control on aspx page.
I am using this two -
<cc1:AsyncFileUpload ID="AsyncFileUpload1" runat="server" Width="500px"
CompleteBackColor="Lime" UploaderStyle="Traditional"
ErrorBackColor="Red" UploadingBackColor="#66CCFF"
OnUploadedComplete="AsyncFileUpload1_UploadedComplete"
/>
<cc1:AsyncFileUpload ID="AsyncFileUpload2" runat="server" Width="500px"
CompleteBackColor="Lime" UploaderStyle="Traditional"
ErrorBackColor="Red" UploadingBackColor="#66CCFF"
OnUploadedComplete="AsyncFileUpload2_UploadedComplete"
/>
On selecting files, only one control for which file selected first finishes and turn to green and another AsyncFileUpload never finishes. File selected later on keeps running.
After selecting one file and then, waiting it to upload and then, selecting 2nd file, it works.
Issue comes when I simultaneous selected two files, In that case only file which selected first finishes and turn to green and other one keeps going on.
Any help would be greatly appreciated.
Thanks,
Comments: Thank you for sharing your experience! This issue will be fixed in the next release of AJAX Control Toolkit.
I have requirement to have multiple AsyncFileUpload control on aspx page.
I am using this two -
<cc1:AsyncFileUpload ID="AsyncFileUpload1" runat="server" Width="500px"
CompleteBackColor="Lime" UploaderStyle="Traditional"
ErrorBackColor="Red" UploadingBackColor="#66CCFF"
OnUploadedComplete="AsyncFileUpload1_UploadedComplete"
/>
<cc1:AsyncFileUpload ID="AsyncFileUpload2" runat="server" Width="500px"
CompleteBackColor="Lime" UploaderStyle="Traditional"
ErrorBackColor="Red" UploadingBackColor="#66CCFF"
OnUploadedComplete="AsyncFileUpload2_UploadedComplete"
/>
On selecting files, only one control for which file selected first finishes and turn to green and another AsyncFileUpload never finishes. File selected later on keeps running.
After selecting one file and then, waiting it to upload and then, selecting 2nd file, it works.
Issue comes when I simultaneous selected two files, In that case only file which selected first finishes and turn to green and other one keeps going on.
Any help would be greatly appreciated.
Thanks,
Comments: Thank you for sharing your experience! This issue will be fixed in the next release of AJAX Control Toolkit.