标签: javascript firefox google-chrome
IE以外的任何浏览器是否支持document.fileSize或equivelant?
http://msdn.microsoft.com/en-us/library/ms533752(v=VS.85).aspx
答案 0 :(得分:3)
document.fileSize是仅限IE的扩展程序:https://developer.mozilla.org/en/DOM/document。在其他浏览器中,您可以使用XHR重新获取对象并检查响应的Content-Length标头。
document.fileSize
Content-Length