Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
ASP Uploader
»
Re: After File Upload page is automatic post.. which i dont want.. i
Re: After File Upload page is automatic post.. which i dont want.. i
01-24-2011, 11:15 AM
Eric
Joined on 08-05-2009
Posts 1,269
Re: After File Upload page is automatic post.. which i dont want.. i
Reply
Quote
Dear
appliquertech,
ASP Uploader 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
http://aspuploader.com/demo/form-manualstart.asp
Thank you for asking
[email protected]
View Complete Thread