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.
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.