Showing
1 changed file
with
3 additions
and
0 deletions
@@ -107,6 +107,9 @@ require('../plugins/jquery.qupload'); | @@ -107,6 +107,9 @@ require('../plugins/jquery.qupload'); | ||
107 | button_action: SWFUpload.BUTTON_ACTION.SELECT_FILE, // 单选 | 107 | button_action: SWFUpload.BUTTON_ACTION.SELECT_FILE, // 单选 |
108 | file_size_limit: '10240', | 108 | file_size_limit: '10240', |
109 | file_types: v.type, | 109 | file_types: v.type, |
110 | + post_params: { | ||
111 | + project: 'goodsimg', | ||
112 | + }, | ||
110 | uploadSuccessed: function(serverData) { | 113 | uploadSuccessed: function(serverData) { |
111 | var data = JSON.parse(serverData); | 114 | var data = JSON.parse(serverData); |
112 | 115 |
-
Please register or login to post a comment