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

File uploading problem.

1 Answer 47 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
shunman
Top achievements
Rank 1
shunman asked on 25 Sep 2012, 06:58 AM
Hello. Telerik admin.

Is there a way to kee file uploading work from the postback ?
if I upload any file using by RadAsyncupload control, upload control will be begin uploading data to server.
I raised postback from other control while uploading ajax work.
then ajax uploading work was broken. 

please see the below link your RasAsyncUpload demo.
http://demos.telerik.com/aspnet-ajax/upload/examples/async/persistuploadedfiles/defaultcs.aspx?product=asyncupload

1.upload big file for watching the working progress.
2.while uploading file, Select 'country' combobox item.
3.finally uploading data and asyncupload control was initialized.

I would like to keep ajax work even though i raise the postback.

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 28 Sep 2012, 06:56 AM
Hi Shunman,

 
Such scenario can not be achieved with RadAsyncUpload because the uploading process will be canceled. In such cases we recommend the RadUpload control where you can perform Postbacks immediately after you have selected the file.

Hope this information will be helpful.

Kind regards,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
shunman
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or