Rails direct upload to Amazon S3

前端 未结 6 1075
逝去的感伤
逝去的感伤 2020-12-05 13:12

I\'m looking to add functionality to my Rails app to upload files directly to Amazon S3. From my research the general consensus seems to be to use the s3-swf-upload-plugin.

6条回答
  •  再見小時候
    2020-12-05 13:50

    Not sure about whether you can modify it easily to only upload one file at a time, but this gem works very well for me. It is based on one of Ryan Bates' Railscast:

    https://github.com/waynehoover/s3_direct_upload

提交回复
热议问题