[原地址](http://stackoverflow.com/questions/11832930/html-input-file-accept-attribute-file-type-csv) 验证用户输入还是挺有用的,不过验证图片如果用通配符验证,browser调用flash打开上传文件的对话框会异常的慢,只能依靠后台验证,压缩包类型也很慢。 ### Valid Accept Types: For CSV files (.csv), use: For Excel Files 97-2003 (.xls), use: For Excel Files 2007+ (.xlsx), use: For Text Files (.txt) use: For Image Files (.png/.jpg/etc), use: For HTML Files (.htm,.html), use: For Video Files (.avi, .mpg, .mpeg, .mp4), use: For Audio Files (.mp3, .wav, etc), use: For PDF Files, use: DEMO: http://jsfiddle.net/dirtyd77/LzLcZ/144/ NOTE: If you are trying to display Excel CSV files (.csv), do NOT use: text/csv application/csv text/comma-separated-values (works in Opera only). If you are trying to display a particular file type (for example, a WAV or PDF), then this will almost always work...