<input id="FileUp" type="file" accept=".jpg,.png,.gif,.htm,.html,.css" />
直接写CSS样式是不行的<input type="text" size="20" name="upfile" id="upfile" style="border:1px dotted #ccc">
<input type="button" value="浏览" onclick="path.click()" style="border:1px solid #cccbackground:#fff">
<input type="file" id="path" style="display:none" onchange="upfile.value=this.value">
写成这样,用一个text和一个button替代file,然后让file隐藏