如何使用 JavaScript(最好使用 MooTools 1.2)获取文件的大小?

发布于 2024-08-27 16:07:42 字数 49 浏览 7 评论 0原文

如何使用 JavaScript(最好使用 MooTools 1.2)获取文件的大小?

How can I get the size of a file using JavaScript (preferably using MooTools 1.2)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

终遇你 2024-09-03 16:07:42

如果您正在谈论提供给类型为“file”的 标记的文件的大小,或者您的 Web 应用程序碰巧知道其路径的文件,那么您不能除非在某些非常特殊的情况下(例如从“file://”URL 加载的页面)。

If you're talking about the size of a file provided to an <input> tag of type "file", or a file whose path your web application happens to know, well, you can't except in some very particular cases (like a page loaded from a "file://" URL).

有木有妳兜一样 2024-09-03 16:07:42

如何使用 JavaScript(最好使用 MooTools 1.2)获取文件的大小?

本地还是远程?

如果是远程的,我会执行 HTTP HEAD 请求并检查 Content-Length 字段。

How can I get the size of a file using JavaScript (preferably using MooTools 1.2)?

Local or remote?

If it's remote, I would do an HTTP HEAD request and check the Content-Length field.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文