Re: Automatically Redirect after Upload is complete

  •  06-29-2011, 3:12 PM

    Re: Automatically Redirect after Upload is complete

    Hi djnotepad,
     
     
    You can find the following function in that example: 
     
    function CuteWebUI_AjaxUploader_OnPostback()   
    {  
            //clear the queue  
            this.reset();  
            //cancel postback while the ajax call have processed the files.  
            return false;   
     }  
     
    Thanks for asking
View Complete Thread