Reputation: 1478
I'm working on rest webservices (rails), Mobile team sending request and I need to create image, Somebudy help me how I can write Image using binary data as I have binary data in my params. I tried many things but didn't get any luck.
Please help me...
Upvotes: 0
Views: 76
Reputation: 793
You can try image magick, I am not sure it will do the conversion.
But you should not be sending binary images... use multipart
Upvotes: 1