vue-upload-component
vue-upload-component copied to clipboard
Vue.js file upload component, Multi-file upload, Upload directory, Drag upload, Drag the directory, Upload multiple files at the same time, html4 (IE 9), `PUT` method, Customize the filter
Hello, I've experienced problems using :multipe="multiple", it changes my explorer option to select multiple files, but when I submit multiple files to server, it only send one Post ``` Escolha...
我想用这个上传组件上传文件到第三方服务器,在真正调用上传接口前需要调用一个获取token的接口,然后想要在回调里面动态设置组件的data和post-option参数。 如何保证能做到在选择文件后、开始上传前完成这个请求?目前有相关的方法可以调用吗?
Adding the flexibility to specify a 'startAction', an 'uploadAction' and then a 'finishAction' instead of the single 'action'. The 'action' property still remains, and if startAction, uploadAction or finishAction are...
你好,在分块上传的时候,因为第一阶段与第二阶段的body格式不同,后端应该怎么接收呢?求大神赐教
Hi, is it possible that upload-component POST all selected files in 1 query? Currently he send multiple requests, i.e. count of sent requests = count of selected files. e.g. 3...
I would like to send extra metadata parameters with my files that is bound to input fields. ":data = ' {{ myData }} ' " The data object in vue-code:...
我想上傳一個資料夾的路徑如下: C:\Users\user\Desktop\硬碟\財務部\A303000000B\0035=1101=001 目前上傳後可以取得0035=1101=001內到檔案的路徑, 請問有辦法取得 C:\Users\user\Desktop\硬碟\財務部\A303000000B 這條路徑嗎? 謝謝你!
分片上传第一阶段 start 需要后台提供session_id 和 end_offset ,但是我已经提供了 为什么还会报service 错误
大神您好,可以给一个java后台接收的demo吗??十分感谢