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
I ran into this, and it was because jquery fileupload was also in the Gemfile. It also wraps the result in a textarea, so the result gets double-wrapped in textarea tags. In my case I was able to remove jquery fileupload from the project.
Hi.
I am using Remotipart to upload files in my project.
Here is my form:
In my controller I use active model serializers to generate json:
Then I parse it and use handlebars templates:
Everything works perfect if I don't attach file, but if a file attached I get this in my response:
I read the topic #85 but it didn't help.
Is there a way for remotipart not to overwrite the response?
The text was updated successfully, but these errors were encountered: