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.
假设我想使用一些 js 加密库(不是 java)来加密文件。是否可以在将文件发送到服务器之前在客户端执行此操作,然后通过 javascript 在客户端的某些内存中上传文件?
例如,我可以至少为最新的浏览器使用本地存储吗?
您可以使用文件 API
这里有一些例子:https ://developer.mozilla.org/en/Using_files_from_web_applications )
当然,正如您想象的那样,您需要最新的浏览器。