您的位置:首页 > 其它

修改input标签type=file类型的文字

2016-07-07 18:44 495 查看
<form name="form" method="post" action="javascript:;">
<input type="file" name="picpath" id="picpath"style="display: none;"
onchange="document.form.path.value=this.value" multiple="multiple" accept="image/*" />
<input name="path" readonly>
<input type="button" value="上传照片" onclick="document.form.picpath.click()">
</form>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: