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

上传文件 隐藏input type="file",用其它标签实现

时间:2017-09-29 11:05:00      阅读:357      评论:0      收藏:0      [点我收藏+]

标签:func   htm   logs   code   put   splay   tle   click   blog   

html:

     <a id="js-load-diagram" title="导入BPMN文件" onclick="bpmnFile.click()">
        上传文件
        <input type="file" id="bpmnFile" style="display:none">
      </a>

js:

$(‘#bpmnFile‘).on(‘change‘, function (e) {
  
});



上传文件 隐藏input type="file",用其它标签实现

标签:func   htm   logs   code   put   splay   tle   click   blog   

原文地址:http://www.cnblogs.com/wenxiangxu/p/7609873.html

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