ncuesta/dropzonejs-rails

Actual example in README please?

Closed this issue · 4 comments

I'd like to use Dropzone in Rails but it keeps throwing a Rails "missing template" error. I'm not sure what I'm doing wrong exactly but I'd really like to use this so could you expand on the README with a usage example.

This gem does not provide any templates, so the error you're getting should come from a different source.. Have you created the template file for the action you're accessing within the controller's views in your Rails project?

Yes but I think my team members have built the app so that it expects json and it seems like Dropzone is returning HTML. Thoughts?

Mm.. then you need to take a look at Dropzone's options. That's not related to this gem, more like a Dropzone configuration issue..

Alright. Thanks