We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
很多上传在刚开始的时候不能确定那些参数. 在上传的时候需要动态的添加参数 这里没有修改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); });
The text was updated successfully, but these errors were encountered:
createInputs 是组件内部方法, 外部调用时调用不到. 你这个是自己实现的么
createInputs
Sorry, something went wrong.
No branches or pull requests
很多上传在刚开始的时候不能确定那些参数. 在上传的时候需要动态的添加参数
这里没有修改upload.js的源文件. 只是把 createInputs 提出来使用了下.
The text was updated successfully, but these errors were encountered: