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.
我想在浏览器中创建一个文件,特别是带有字符串化 JSON 对象的文本文件,然后将其上传到我的 Amazon S3 帐户。我可以使用现有的库吗?如果没有,我该怎么做?我以前曾将客户的文件上传到 S3,但从未即时创建过。
干杯。
在 JavaScript 中创建文本文件
使用 window.open 的方法值得一试……您可能需要先保存文件才能进行上传。
我认为您还可以编写一个包含动态文件信息的表单数据并将其发送...