I'm about to embark on a hobby project where I'll upload lots of files to S3. Some of the files will be large 50-100MB. I would like to use Heroku but can fallback on EC2 instead if needed.
Will Heroku + Carrierwave + S3 work for this? Or are there limitations to file uploads? If so what's a good alternative?
Also curious if there are any cool uploading libraries like uploadify but w/o the flash.
Thanks!