When I post a image from a iphone application, my rails application raises the exception:
Paperclip exception : Paperclip::AdapterRegistry::NoHandlerError].
My iPhone application posts the image by multipart.
When I upload a image from my web site the rails application does not raise this exception.
Where can I look to see why it does not work? Thank you.