开发者

document.fileSize Browser Support

开发者 https://www.devze.com 2023-01-04 14:03 出处:网络
Does any browser other than IE support document.fileSize, or the equivelant? http://msdn.microsoft.c开发者_如何学编程om/en-us/library/ms533752(v=VS.85).aspxdocument.fileSize is an IE-only extension:

Does any browser other than IE support document.fileSize, or the equivelant?

http://msdn.microsoft.c开发者_如何学编程om/en-us/library/ms533752(v=VS.85).aspx


document.fileSize is an IE-only extension: https://developer.mozilla.org/en/DOM/document. In other browsers, you could re-fetch an object with XHR and examine the Content-Length header of the response.

0

精彩评论

暂无评论...
验证码 换一张
取 消