I have a Rails application set up on which users can upload video files. Some of these video files are about 20GB.
My configurations are as follows: Ruby 2.2.6 Rails 4.2.0 Storage: Amazon S3 Database: MongoDB
I need to know what steps do I need to ensure a smooth and successful upload of these files?
Or if it is not feasible, then why? or alternatives?
Thanks.