大家好,又见面了,我是你们的朋友全栈君。
解决方法:
1、页面上放个隐藏的<input type=“file” />
2、然后加上一个文本input(type=”text”)和一个按钮input(type=”button”)
3、点按钮的时候调用<input type=file />的click选择文件
4、在<input type=file />的onchange事件中把其值显示在文本input中
5、注意把文本input设置成只读的,防止出错
实例如下:
<form name=”form1″>
<input type=”file” name=”picpath” id=”picpath” style=”display:none;”onChange=”document.form1.path.value=this.value”>
<input name=”path” readonly>
<input type=”button” value=”上传照片” οnclick=”document.form1.picpath.click()”> </form>
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/159306.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...