Changes between Initial Version and Version 1 of Ticket #61167, comment 8
- Timestamp:
- 05/08/2024 09:33:44 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61167, comment 8
initial v1 5 5 6 6 Looking at https://github.com/WordPress/wordpress-develop/pull/6531: thinking it would be better to show a better error message that explains exactly what's wrong (server not able to work with these images) and tell the users to convert the file before uploading it. Perhaps the same text as in the JS error? 7 8 Or maybe implement that error in JS in Gutenberg, and keep the change to `allowedMimeTypes` in case an unsupported image is uploaded by other means.