Allow multiple files to be uploaded at once

parent 6dcb3921
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
:on-success="handleSuccess" :on-success="handleSuccess"
:show-file-list="false" :show-file-list="false"
:http-request="uploadFile" :http-request="uploadFile"
multiple="true"
style="display: inline-block; margin-right: 10px;"> style="display: inline-block; margin-right: 10px;">
<el-button size="small" type="primary" style="padding: 11px 9px;" :loading="fileIsUploading">Upload File</el-button> <el-button size="small" type="primary" style="padding: 11px 9px;" :loading="fileIsUploading">Upload File</el-button>
</el-upload> </el-upload>
......
...@@ -94705,6 +94705,7 @@ exports.default = { ...@@ -94705,6 +94705,7 @@ exports.default = {
// //
// //
// //
//
/***/ }), /***/ }),
/* 159 */ /* 159 */
...@@ -94724,7 +94725,8 @@ var render = function() { ...@@ -94724,7 +94725,8 @@ var render = function() {
"on-remove": _vm.handleRemove, "on-remove": _vm.handleRemove,
"on-success": _vm.handleSuccess, "on-success": _vm.handleSuccess,
"show-file-list": false, "show-file-list": false,
"http-request": _vm.uploadFile "http-request": _vm.uploadFile,
multiple: "true"
} }
}, },
[ [
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment