When I send an image from an iphone application, my rails application throws an exception:
Binding Exception: Paperclip :: AdapterRegistry :: NoHandlerError].
My iPhone application sends an image using multipart.
When I download an image from my website, the rails application does not raise this exception.
Where can I see why this does not work? Thank.
source
share