码迷,mamicode.com
首页 > Web开发 > 详细

input事件change无法上传相同文件的问题

时间:2020-04-05 11:36:47      阅读:73      评论:0      收藏:0      [点我收藏+]

标签:element   nta   hang   NPU   span   accept   eth   文件   his   

html

<input id="file" type="file" accept=".map" onchange="upload()" />

JS

document.getElementById(‘file‘).value = null;

vue

<input ref="referenceUpload" @change="referenceUpload" type="file" accept=".map"  multiple/>
 methods: {
    referenceUpload(e) {
      this.$refs.referenceUpload.value = null;
    },
  }

https://www.cnblogs.com/alantao/p/10010181.html

https://www.cnblogs.com/wuhjbk/p/10171188.html

input事件change无法上传相同文件的问题

标签:element   nta   hang   NPU   span   accept   eth   文件   his   

原文地址:https://www.cnblogs.com/dianzan/p/12636282.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!