当前位置: 代码迷 >> HTML/CSS >> html 文件下传控件禁止输入字符
  详细解决方案

html 文件下传控件禁止输入字符

热度:42   发布时间:2012-10-26 10:30:58.0
html 文件上传控件禁止输入字符
<input  contenteditable="false" id="txtUploadFile" style="width: 100%" type="file" size="40" name="NewFile" />

添加属性:contenteditable="false"
  相关解决方案