使用 plupload 和 Rails 3 进行 Amazon S3 分段上传

发布于 2024-11-03 18:56:28 字数 539 浏览 1 评论 0原文

Amazon 具有分段上传功能,您可以分块发送文件并将其组装到 S3 上。这允许一些不错的简历上传到 S3 的功能。从另一个问题我得到了这个很好的链接: Rails 3 & plupload

我的问题是,有人有任何使用 plupload 分块功能和 Amazon 多部分功能的示例吗?理想情况下使用载波和多雾路段。

我可以看到它执行以下操作:

  • 使用 plupload 为上传生成唯一 ID,
    当 plupload 时我们可以做一个事件吗 开始?
  • 将 ajax 请求附加到 该块已完成 ID
  • 具有 ajax 控制器方法 使用以下方式上传到 s3 的服务器 ID
  • 全部完成后就开火了
    重新组装的控制器操作

据说有一些 PHP 代码可以进行一些组合,但不能与 S3 一起使用,我无法忍受阅读 PHP。

Amazon has multipart upload functionality where you can send a file in chunks and get it assembled on S3. This allows for some nice resume like functionality for uploading to S3. From another question i got this nice link: Rails 3 & Plupload

My question is does anyone have any examples where they used the plupload chunking feature with the Amazon multipart feature? Ideally with carrierwave & fog.

I can see it doing the following:

  • Generate Unique ID for the upload with plupload,
    can we do an event when the plupload
    starts?
  • Attaching an ajax request to
    the chunk completed with the ID
  • Having ajax controller method on the
    server which uploads to s3 using the
    ID
  • when all are complete fire a
    controller action to reassemble

There is supposedly some PHP code which does some combining, but not with S3 and i can't stand to read PHP.

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

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

发布评论

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

评论(2

柠檬色的秋千 2024-11-10 18:56:28

这非常相似,你应该会发现有趣

享受&请随意分叉/拉取请求...&很快

this is very similar, you should find Interesting

enjoy & feel free to fork/pull request ... & so on

冷弦 2024-11-10 18:56:28

您可以在没有AWS库的情况下找到简单的核心java代码,这将帮助您在任何技术中实现。
http://dextercoder.blogspot.in /2012/02/multipart-upload-to-amazon-s3-in- Three.html

You can find simple core java code without AWS library, This will help u implement in any technology..
http://dextercoder.blogspot.in/2012/02/multipart-upload-to-amazon-s3-in-three.html

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