generated from ITwrxOrg/EZ-Bkup
Handle spaces in upload file names better #1
Labels
No Label
?/support
accepted
bug/defect
design flaw
design note
duplicate
enhancement
fix in dev
help wanted
invalid
needs info
rejected
feedback?
investigating
low priority
upstream
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ITwrxOrg/SimpleSiteManager#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.
now we replace spaces with dashes automatically if they exist in image filename.