how to make uploadify to redirect on completion of the uploading task
I add this
'oncomplete' : function(){ location.href="imthepage"; }
Put a location.href="my_new_page.htm" into the callback of your choice, e.g. onAllComplete.
location.href="my_new_page.htm"
onAllComplete