full postback after the multiple files uploaded

Last post 10-21-2010, 9:33 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  10-21-2010, 9:04 AM 64556

    full postback after the multiple files uploaded

    Hi!
     
    after uploading the multiple files to the server full page postback is happening , plz tell me how to prevent it.
     
     
    thanks! 
  •  10-21-2010, 9:33 PM 64589 in reply to 64556

    Re: full postback after the multiple files uploaded

    hi deepakkumarjoshi,
     
    AjaxUploader need to transfer the upload files to the server, so the postback is necessary.
     
    If you just want to prevent it, you can try the code below
     
    <script>
    function CuteWebUI_AjaxUploader_OnPostback()
    {
     return false;
    }
    </script> 
     
     If you want to submit the page after all your logic, please use the start uploading manually example. Below is the demo link
     
      
    Regards,
     
    Ken 
View as RSS news feed in XML