What is the best approach to handle large file uploads in a rails app?

后端 未结 5 1508
南方客
南方客 2020-12-23 11:47

I am interested in understanding the different approaches to handling large file uploads in a Rails application, 2-5Gb files.

I understand that in order to transfer

5条回答
  •  借酒劲吻你
    2020-12-23 12:19

    This project is a new protocol over HTTP to support resumable upload for large files. It bypass Rails by providing its own server.

    http://tus.io/

提交回复
热议问题