简体   繁体   English

恢复在Rails中上传大文件

[英]Resume large file uploads in Rails

Rails v. 2.3.8 Rails v.2.3.8

The sites I manage handle a lot of large (video) file uploads. 我管理的网站可以处理大量大文件(视频)。 On occasion during the upload process, the connection gets lost and the user has to restart the video upload. 在上传过程中,有时连接会丢失,用户必须重新启动视频上传。 What I am looking to do is to be able to resume the video upload in this case. 我想要做的是在这种情况下能够恢复视频上传。 What are some suggestions on ways to manage this? 关于如何管理此问题有什么建议?

Thanks. 谢谢。

This might not be a Rails issue. 可能不是Rails问题。 But I came across jQuery FileUpload UI a while back and saw that it has support for resuming uploads. 但是我前段时间遇到了jQuery FileUpload UI ,看到它支持继续上传。 It seems, based on the description in their features page, that it's a browser issue. 根据他们功能页面中的描述,似乎是浏览器问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM