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

Error selecting a file

2 Answers 85 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Daniel Botero Correa
Top achievements
Rank 1
Daniel Botero Correa asked on 15 Apr 2010, 10:49 AM
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:

<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

2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 15 Apr 2010, 02:39 PM
Hello Daniel Botero Correa,

Is your RadAsyncUpload ajaxified using RadAjaxManager? Such error is caused sometimes when RadAsyncUpload is axafied with RadAjaxManager/RadAjaxPanel.

RadAsyncUpload provides its own mechanism for AJAX interoperability so one don't need to ajaxify it additionally.

Could you please try removing RadAsyncUpload from the ajaxified controls, does the issue persist?

Regards,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Daniel Botero Correa
Top achievements
Rank 1
answered on 16 Apr 2010, 08:59 AM
Hello Genady Sergeev,

Yes, you have the reason.... it was that!

Thanks
Daniel Botero Correa
Tags
AsyncUpload
Asked by
Daniel Botero Correa
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Daniel Botero Correa
Top achievements
Rank 1
Share this question
or