<form name="form" id="form" method="post" enctype="multipart/form-data">
     <input type="file" name="upload" id="upload"style="display: none;"
         onchange="document.form.path.value=this.value" multiple="multiple" accept=".xls,.xlsx,.csv" />
     <input name="path" id="path" readonly>
     <input type="button" value="医路通数据文件上传" onclick="document.form.upload.click()">
</form>

 

相关文章:

  • 2021-10-28
  • 2022-12-23
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-04
猜你喜欢
  • 2021-07-16
  • 2022-02-04
  • 2022-12-23
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案