Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道任何版本的 IE 都不支持 HTML5 的文件 API。但是在使用 javascript 将文件信息上传到服务器之前,是否有任何解决方法可以获取文件信息(大小、类型)。我需要在上传之前检查文件的大小。File Api 为我工作,但不适用于 IE。我也需要它来支持 IE
在纯 JS 中这是不可能的。
由于安全原因,Javascript 无法访问本地文件。
你可以使用这个库,做你想做的事:http ://code.google.com/p/swfupload/