使用 Ruby on Rails 处理大文件上传的最佳策略是什么?

发布于 2024-08-02 06:45:21 字数 162 浏览 3 评论 0原文

我正在寻找有效的策略来使用 Ruby on Rails 有效地处理大文件上传(10 到 40 mbs 之间)。

理想情况下,我想在传输完成时实现进度表和某种通知。

我看过 modporter (www.modporter.com),但我有兴趣知道是否还有其他库、技术或最佳实践。

I'm looking for effective strategies to handle large file uploads (between 10 and 40 mbs) effectively with Ruby on Rails.

Ideally I'd like to implement a progress meter and some sort of notification when the transfer is complete.

I have looked at modporter (www.modporter.com), but I'm interested to know if there are other libraries, techniques or best practices.

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

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

发布评论

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

评论(1

趁微风不噪 2024-08-09 06:45:21

有很多解决方案。您可以从 Rails 方式查找此文件:

http://www.therailsway .com/2009/4/23/uploading-files

There are a bunch of solutions out there. You can look up this one from the rails way:

http://www.therailsway.com/2009/4/23/uploading-files

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