1

我有一个带有 Rails 后端的 iOS 应用程序。我使用带有 Amazon S3 的carrierwave 将图像从网页发布到我的服务器。我希望能够从我的 iOS 应用程序将图像发布到服务器,但不确定如何执行此操作。我已经通过使用 Rails 控制台中显示的正确参数访问某些端点提出了其他请求。但是,我不确定如何形成此请求:

Started POST "/images" for 173.22.40.246 at 2012-08-27 18:14:50 +0000
2012-08-27T18:14:50+00:00 app[web.1]: Processing by ImagesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1234", "image"=>{"name"=>"", "path"=>#<ActionDispatch::Http::UploadedFile:0x00000004e92830 @original_filename="image.jpeg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[path]\"; filename=\"image.jpeg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/tmp/RackMultipart20120827-2-1us2x41>>}, "commit"=>"Create Image"}

任何帮助将不胜感激!

4

0 回答 0