我有一个用于上传的文件上传字段,它位于 150 像素 x 150 像素和透明(不透明度:0;)的 div 内。我想点击 div 内的任何部分来弹出文件对话框,以便用户可以选择要上传的文件,所以我想增加它的高度和宽度。没有我的方法有效。我该如何解决这个问题?
<div id="adds" align="center" style="cursor:pointer; cursor:hand;">
<h1 style="margin-top:45px;">
<span>Select<br />photo</span>
<input type="file" name="upper" id="upper" width="150" height="150" />
</h1>
</div>
</div>