Handle spaces in upload file names better #1

Closed
opened 2025-03-29 18:36:43 -05:00 by ITwrx · 2 comments
Owner

Right now, at least for images, trying to upload one with a space in the file name results in a 500 error page. Either handle spaces silently or kick back to form with error, instead of redirecting to 500 page.

Right now, at least for images, trying to upload one with a space in the file name results in a 500 error page. Either handle spaces silently or kick back to form with error, instead of redirecting to 500 page.
ITwrx added the
accepted
enhancement
labels 2025-03-29 18:36:43 -05:00
Author
Owner

This issue is confirmed. The image is uploaded and stored in web root, but is not successfully converted to avif and moved to final location.

This issue is confirmed. The image is uploaded and stored in web root, but is not successfully converted to avif and moved to final location.
Author
Owner

now we replace spaces with dashes automatically if they exist in image filename.

now we replace spaces with dashes automatically if they exist in image filename.
ITwrx closed this issue 2025-03-31 10:33:40 -05:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ITwrxOrg/SimpleSiteManager#1
No description provided.