You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maicol Bentancor edited this page Oct 25, 2017
·
1 revision
You can remove carrierwave-base64 if you don't think you will use base64 uploading in the future, and for the requests that receive the image/file in multipart, you have to skip the Content Type validation, because instead of Application/json, it will be multipart/form-data, so you need to add the next line to your controller: