Hello,
I have always an error when for first time, i choose a file with AsynUpload Control... And the error also occurs from time to time when i have already chosen a file and there's the elements uploaded
Image: error.jpg
The AsynUpload despite try to load the file, but it stay loading file and i cannot know when it has finished!
Image: uploading.jpg
The same error occurs when i'm gonna delete the file
Some ideas???
The code:
Thanks,
Daniel Botero Correa
I have always an error when for first time, i choose a file with AsynUpload Control... And the error also occurs from time to time when i have already chosen a file and there's the elements uploaded
Image: error.jpg
The AsynUpload despite try to load the file, but it stay loading file and i cannot know when it has finished!
Image: uploading.jpg
The same error occurs when i'm gonna delete the file
Some ideas???
The code:
<telerik:RadAsyncUpload ID="RadUploadAttachs" runat="server" |
InitialFileInputsCount="1" |
Localization-Add="<%$ Resources:_Client, UploadPopUp_RadUpload_Add %>" |
Localization-Delete="<%$ Resources:_Client, UploadPopUp_RadUpload_Delete %>" |
Localization-Remove="<%$ Resources:_Client, UploadPopUp_RadUpload_Remove %>" |
Localization-Select="<%$ Resources:_Client, UploadPopUp_RadUpload_Select %>"> |
</telerik:RadAsyncUpload> |
Thanks,
Daniel Botero Correa