Search code examples
uploadify

uploadify - go to another url when completed uploading process


how to make uploadify to redirect on completion of the uploading task

I add this

'oncomplete' : function(){
    location.href="imthepage";
}

Solution

  • Put a location.href="my_new_page.htm" into the callback of your choice, e.g. onAllComplete.