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.
在 jQuery 中,我使用文件输入类型来上传文件。但是现在我想在浏览器上显示该上传文件的内容,而无需与服务器端进行任何通信。
这可能吗?如果可以,怎么做。
HTML5 File API 是满足需求的答案。这是您想要的完整工作示例:
http://www.html5rocks.com/en/tutorials/file/dndfiles/
你可以试试HTML5 File API:
HTML5 File API
使用 HTML5 中添加到 DOM 的 File API,现在 Web 内容可以要求用户选择本地文件,然后读取这些文件的内容。