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.
我正在使用具有 2MB 限制的共享主机来使用 php 上传文件。所以我想知道如果我使用 cURL 将超过 2MB 的文件上传到我的 S3 amazon,它会工作吗?谢谢
看看这个。
这样您就可以完全避免通过您的网络服务器上传文件,这意味着没有最大尺寸问题和更少的工作量。您只需指定回调 URL 即可。