使用 Ruby on Rails 处理大文件上传的最佳策略是什么?
我正在寻找有效的策略来使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多解决方案。您可以从 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