Hello!
In the Step 2, of the upload form is not showed a message when the User sends a file with unknown mimetype file.
I am sending two images to facilitate understanding.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2274577-file-no-type-candidates-skip-type-selection.patch | 749 bytes | dave reid |
| #1 | file_entity-Not_exists_validation_message_when_sends_file_mimetype_unknown-2274577-1.patch | 2.31 KB | ferrari |
| file-mimetype-message.png | 241.12 KB | ferrari | |
| undefined-mimetype.png | 233.92 KB | ferrari |
Comments
Comment #1
ferrari commentedAttached the patch for this problem!
Comment #2
dave reidRevised patch that fixes it in our form submission handler instead. This solution just bypasses the type selection form and leaves it up to you to fix it later.
Comment #3
dave reidCommitted #2 to 7.x-2.x.
Comment #6
dave reid