上传控件伪点击
Posted 死神的遗迹
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了上传控件伪点击相关的知识,希望对你有一定的参考价值。
<html>
<input type="text" size="20" name="upfile" id="upfile" style="border:1px dotted #ccc">
<input type="button" value="" onclick="file1.click()" style="border:1px solid #ccc;background:#fff;width:100px;height:100px;background-image: url(‘QQ截图20160311171520.jpg‘);">
<input type="file" id="file1" style="display:none" onchange="upfile.value=this.value"></html>
以上是关于上传控件伪点击的主要内容,如果未能解决你的问题,请参考以下文章
页面上有一个文件上传控件FileUpload1,旁边用一个按钮,点击按钮,如何实现上传功能
android webview中访问带有upload上传控件点击没有效果