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="imt开发者_C百科hepage";
}
Put a location.href="my_new_page.htm"
into the callback of your choice, e.g. onAllComplete
.
精彩评论