Changes between Initial Version and Version 1 of Ticket #31710, comment 7
- Timestamp:
- May 12, 2021, 8:29:03 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31710, comment 7
initial v1 1 1 When I add a validator to the image form (using something like https://gist.github.com/mobula/da99e4db843b9ceb3a3f ), only the first image gets validated. I assume that is another consequence of the problem described above. This way, it is not possible to check if the uploaded images are not too big. For a developer who is using validators for multi image uploads, it is hard to detect that the code doesn't behave as expected. 2 2 Shouldn't this be reclassified as a bug? 3 4 Note that in the initial issue description, it is mentioned that when multiple files are uploaded, nothing is checked. When I add a validator to the form, the first file is validated by the validator. So I am not 100% this is the same issue.