I have a app for iOS and I have the user pick a image with a UIImagePickerController. How can I upload that image to my rails app using dragonfly. I think I would use multipart-image-data but I don't know how I would do this.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Easiest way to do it would be to hand off the "bag of bits" (data of the image) to AFNetworking to upload it your rails application. EDIT To answer your question about how to handle the upload, you could do something like this. Remember to set the name used in AFNetworking is the same as the params key
|
|||||||||
|
|