,uploadify上传附加参数怎么传递?

用户投稿 83 0

关于“uploadify_php_实例”的问题,小编就整理了【1】个相关介绍“uploadify_php_实例”的解答:

uploadify上传附加参数怎么传递?

$(function() { $("#file_upload").uploadify({ 'formData' : {'someKey' : 'someValue', 'someOtherKey' : 1}, 'swf' : '/uploadify/uploadify.swf', 'uploader' : '/uploadify/uploadify.php', 'onUploadStart' : function(file) { $("#file_upload").uploadify("settings", "someOtherKey", 2); } });});属性是formData$("#file_upload").uploadify("settings", "formData", {'someKey' : 'someValue', 'someOtherKey' : 1}); 还要加上'method':'get'否则也没有用。

到此,以上就是小编对于“uploadify_php_实例”的问题就介绍到这了,希望介绍关于“uploadify_php_实例”的【1】点解答对大家有用。

抱歉,评论功能暂时关闭!