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