Browse Source

大文件分片上传 断点续传 文件秒传功能已更新

main
pixel 5 years ago
parent
commit
dcd182d543
  1. 2
      QMPlusVuePage/src/view/example/breakpoint/breakpoint.vue

2
QMPlusVuePage/src/view/example/breakpoint/breakpoint.vue

@ -3,7 +3,7 @@
<form id="fromCont" method="post">
<input @change="choseFile" id="file" multiple="multiple" type="file" />
</form>
<el-button @click="getFile">按钮</el-button>
<el-button @click="getFile">上传</el-button>
<span
v-if="this.file"
>{{Math.floor(((this.formDataList.length-this.waitNum)/this.formDataList.length)*100)}}%</span>

Loading…
Cancel
Save