Re: redirect after multiple upload

  •  10-26-2011, 6:43 AM

    Re: redirect after multiple upload

    Ok, I've found the solution...
     
     <script type='text/javascript'>
       function CuteWebUI_AjaxUploader_OnPostback()
       {
          window.location.reload();
       }
    </script>
     
    bye to all!
View Complete Thread