dropzone-rails-demo icon indicating copy to clipboard operation
dropzone-rails-demo copied to clipboard

Got error with upload

Open st118173 opened this issue 9 years ago • 1 comments

hi i integrated your application in my rails application but im getting an error ActionController::ParameterMissing at /media_contents param is missing or the value is empty: media_contents app/controllers/media_contents_controller.rb can you please solve this error image

st118173 avatar Dec 05 '16 09:12 st118173

@st118173 Clearly you are using strong parameters for filtering and you require(:media_contents) but not passing it in the params. How are you passing in the form?

scaffeinate avatar Dec 06 '16 00:12 scaffeinate