gpt4 book ai didi

php - 单击图像/按钮时如何触发文件浏览

转载 作者:行者123 更新时间:2023-11-28 16:33:50 25 4
gpt4 key购买 nike

当我单击自定义按钮时,我想触发浏览器文件上传窗口。它应该显示与下图中相同的内容。 enter image description here

最佳答案

看这里:Custom file input can’t be that hard?

或者你可以尝试这样的事情:

<div style='width:140px;margin-top:80px;position:relative;'>
<div style='position:absolute; cursor:pointer; cursor:hand; width:140px; height:20px; background:#3172a0; border-top:solid 1px #a2a2a2; color:#fff;padding-top:4px;' align='center'>Browse...</div>
<input name='image' type='file' size='5' style='position:absolute; cursor:pointer; cursor:hand; height:25px; opacity:0.01; filter:alpha(opacity=0); top:0px; left:0px;' />
</div>
</div>

关于php - 单击图像/按钮时如何触发文件浏览,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4816543/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com