#61361 closed enhancement (fixed)
Improve description on image upload error
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Media | Keywords: | has-patch reporter-feedback |
| Focuses: | Cc: |
Description
Follow up from ticket:60932#comment:13.
When a user uploads an AVIF or WEBP image on a server that doesn't support it, they get this error message:
This image cannot be processed by the web server. Convert it to JPEG or PNG before uploading.
This message doesn't convey "why" they cannot upload it: It is to generate various image sizes for responsive image support.
Change History (7)
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
19 months ago
This ticket was mentioned in PR #7366 on WordPress/wordpress-develop by @adamsilverstein.
16 months ago
#3
- Keywords has-patch added
Trac ticket: https://core.trac.wordpress.org/ticket/61361
#4
@
16 months ago
- Keywords has-patch removed
I took a pass at updating error messages for uploads in https://github.com/WordPress/wordpress-develop/pull/7366/
#5
@
15 months ago
- Keywords has-patch reporter-feedback added
- Milestone changed from Awaiting Review to 6.8
@Cybr appreciate any feedback on the updated language in the PR.
Excellent, thank you for opening this @Cybr!