开发者

uploadify - go to another url when completed uploading process

开发者 https://www.devze.com 2023-01-14 10:05 出处:网络
how to make uploadify to redirect on completion of the uploading task I add this \'oncomplete\' : function(){

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消