解决方案 »

  1.   

    试下 'scriptData' : {'someKey' : 'someValue', 'someOtherKey' : 1},
      

  2.   

    忘记写版本了这个是:v3.2.1。属性现在应该是formData
      

  3.   

    $("#file_upload").uploadify("settings", "formData", {'someKey' : 'someValue', 'someOtherKey' : 1});   
      

  4.   

    $("#file_upload").uploadify("settings", "formData", {'someKey' : 'someValue', 'someOtherKey' : 1});   
    已经解决,谢谢
    还要加上'method':'get'
    否则也没有用。怪异