エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Uploading a raw file to Rails using Carrierwave
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Uploading a raw file to Rails using Carrierwave
My clients are trying to upload an image from Blackberry and Android phones. They don't like post... My clients are trying to upload an image from Blackberry and Android phones. They don't like posting a)form parameters or b) multipart messages. What they would like to do is do a POST to a url with only the data from the file. Something like this can be done in curl: curl -d @google.png http://server/postcards/1/photo.json -X POST I'd like the uploaded photo to put into the photo attribute of the