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
No description provided.
The text was updated successfully, but these errors were encountered:
配置autoUpload属性为false,初始化formData,选择文件后点击上传,查看请求中formData数据
### html <kl-upload file-list={list} autoUpload={false} formData={formData}></kl-upload> <kl-button title="上传" on-click={this.upload()}></kl-button> ### js upload: function(){ var ajax = new XMLHttpRequest(); ajax.open('json', '/upload'); ajax.send(this.data.formData); }
#322 修复引入,#322修复中,在选择文件之后对FileList同步以后赋值操作延后,导致initFormData中没有取到fileList,进而导致formData数据有误
initFormData接口调用前,对fileList进行数据同步。
Sorry, something went wrong.
smallcosmos
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: