Carrierwave Programatic Upload
问题 Right now in my rails app I'm using Carrierwave to upload files to Amazon S3. I'm using a file selector and a form to select and submit the file, this works well. However, I'm now trying to make posts from an iPhone app and am receiving the contents of the file. I'd like to create a file using this data and then upload it using Carrierwave so that I can get the correct path back. May file model consists of: path file_name id user_id where path is the Amazon S3 url. I'd like to do something