`Paperclip :: AdapterRegistry :: NoHandlerError` when I send the image from the rails from the iphone application

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.

+5
source share
1 answer

I already had this error on a nested form, and that was because I forgot that the multipart set is true.

, iPhone, , .

Charles Proxy .

: iPhone?

0

All Articles