Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Automatically Redirect after Upload is complete
Re: Automatically Redirect after Upload is complete
06-29-2011, 3:12 PM
Eric
Joined on 08-05-2009
Posts 1,269
Re: Automatically Redirect after Upload is complete
Reply
Quote
Hi djnotepad
,
I advise you refer to
http://cutesoft.net/forums/thread/50918.aspx
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
Eric@cutesoft.net
View Complete Thread