-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
很多上传在刚开始的时候不能确定那些参数. 在上传的时候需要动态的添加参数
这里没有修改upload.js的源文件. 只是把 createInputs 提出来使用了下.
.change(function (files) {
for (var i = 0; i < files.length; i++) {
console.log('you are selecting ' + files[i].name + ' Size: ' + files[i].size);
}
this.form.append(createInputs({'good':'hahdf'}));
this.submit()
}).success(function (response) {
alert(response);
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels