Open uberllama opened 11 years ago
Noticed this today when testing a form that I wanted to limit to single uploads. Even if you specify allow_multiple_files: false in the initializer, you can drag and drop multiple files with successful upload.
What happens if you set your file_field_tag to look like this?
file_field_tag
<%= file_field_tag :file, multiple: false %>
No difference.
I am also experiencing this behaviour. @uberllama did you ever find a fix?
Noticed this today when testing a form that I wanted to limit to single uploads. Even if you specify allow_multiple_files: false in the initializer, you can drag and drop multiple files with successful upload.