Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61167, comment 8


Ignore:
Timestamp:
05/08/2024 09:33:44 PM (15 months ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61167, comment 8

    initial v1  
    55
    66Looking 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
     8Or maybe implement that error in JS in Gutenberg, and keep the change to `allowedMimeTypes` in case an unsupported image is uploaded by other means.