使用 SWFUpload 和 Amazon S3 调整文件大小

发布于 2024-08-25 07:52:35 字数 514 浏览 2 评论 0原文

我目前正在使用 SWFUpload 将文件上传到我的 S3 存储桶。而且效果很好。

我正在使用这里网站上的脚本: http://www.anedix.com/news /article/50

同样,上传到我的 S3 工作正常,但是,在尝试上传较大文件时遇到了问题。我好像无法上传超过 50MB 的内容。我已经使用本地测试环境从我的虚拟主机和本地尝试过此操作。

我的问题是:使用 SWFUpload 上传时,它应该直接进入 Amazon S3,对吗?如果是这样,那么 MAX_UPLOAD_SIZE 等 PHP 设置应该不会影响它吧? (即使在我的本地环境中,我已将其设置为 1024MB。)

本质上,该脚本的作用是显示它正在上传文件(需要适当的时间),重定向到成功页面,并且不会抛出任何错误。

关于为什么会发生这种情况的任何想法,或者我如何解决这个问题?

谢谢!

I'm currently using SWFUpload to upload files to my S3 bucket. And it's working great.

I'm using the script from a website here: http://www.anedix.com/news/article/50

Again, the upload to my S3 works fine, however, I've been running into an issue when attempting to upload larger files. It seems that I cannot upload anything over 50MB. I have tried this from both my webhost and locally, using my local testing environment.

My question is this: When uploading with SWFUpload, it should be going straight to Amazon S3, correct? If so, then PHP settings such as MAX_UPLOAD_SIZE should not affect it? (Even though in my local environment, I've set it to 1024MB.)

Essentially, what the script does is, shows that it's uploading the file (it takes the appropriate amount of time), redirects to the success page, and does not throw any errors.

Any ideas on why this would be happening, or how I can troubleshoot this?

Thanks!

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

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

发布评论

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

评论(1

安静被遗忘 2024-09-01 07:52:35

file_size_limit也是SWFUpload的一个参数...你检查过吗?
还考虑增加 30%,因为发布的内容经过编码

file_size_limit is also a param of SWFUpload ... have you checked it ?
also consider a 30% more as the content posted be encoded

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