Rails direct to S3 upload using aws-sdk gem and jQuery-File-Upload on heroku

前端 未结 2 1851
日久生厌
日久生厌 2020-12-21 01:09

I\'m trying to achieve direct to Amazon S3 upload in Rails using jQuery-File-Upload and the aws-sdk gem, and following heroku\'s direct to S3 upload instructions. This is th

2条回答
  •  囚心锁ツ
    2020-12-21 01:40

    Finally found the answer here. Simply had to go to application.js and change

    //= require jquery-fileupload
    

    to

    //= require jquery-fileupload/basic
    

    Christ on a tandem. Just pissed away 50 rep points on getting a whole 2 more views.

提交回复
热议问题