修改input标签type=file类型的文字

<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>

 

posted @ 2018-01-09 15:23  存钱罐  阅读(7977)  评论(0编辑  收藏  举报