NOTICE

(Language : html4strict)
  1. <form enctype="multipart/form-data">
  2.     <input type="file" onKeyDown="this.blur()" />
  3. </form>


예전에 슥훌에 답변해 준 게 갑자기 생각이 났다.
onKeyDown="this.blur()"
이것만 해 주면 커서는 깜박여도 타이핑이 안 된다.