修改上传空间默认文字

隐藏file空间,使用一个button按钮的onclick事件代替 html

<form name=formen>
<input type="file" name="picpath" id="picpath" style="display:none" 
onChange="document.formen.path.value=this.value">
<input name="path" readonly> 
<input type="button" value="Browse" onclick="document.formen.picpath.click()"> 
</form>
相关文章
相关标签/搜索