Re: Redirect the user after the upload passing some variables

  •  10-28-2009, 8:50 AM

    Re: Redirect the user after the upload passing some variables

    Hi,
     
    When uploader finish uploading files to temp directory , it will fire the JavaScript event OnPostback
     
    You can write function to handle this event :
     
    function CuteWebUI_AjaxUploader_OnPostback()
    {

    }
     
    In this function , you can submit a form for redirect at server side , or redirect to another page using window.location.href
     
    Please check the Advanced-Examples\ajax-multiplefiles.php or ajax-attachments.php .
     
    Regards,
    Terry
View Complete Thread