You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
When uploading new media files (e.g., MP4 videos) to the CMS, spaces within file names (e.g., "example video.mp4") are automatically removed or replaced. This behavior disrupts file naming conventions and can create inconsistencies in systems reliant on exact file name formats.
To Reproduce
Steps to reproduce the issue:
Navigate to the CMS upload section.
Select an MP4 file with spaces in its name (e.g., "example video.mp4").
Upload the file to the CMS.
Observe that the spaces are either removed (e.g., "examplevideo.mp4") or replaced with another character (e.g., "example_video.mp4").
Expected behavior
The CMS should preserve spaces in file names as they are, or provide options to control this behavior (e.g., replacing spaces with underscores, retaining them, or displaying a warning).
Screenshots
If applicable, screenshots showing the file name before and after upload.
Environment (please complete the following information):
OS: Ubuntu 22.04
Installation method: Single server manual install
Browser: Mozilla Firefox, Version 119
Additional context
This issue affects workflows that rely on specific file naming conventions, particularly when integrating with external systems or media libraries. Offering configurable options for handling spaces in file names would enhance the flexibility and compatibility of the CMS.
The text was updated successfully, but these errors were encountered:
Describe the issue
When uploading new media files (e.g., MP4 videos) to the CMS, spaces within file names (e.g., "example video.mp4") are automatically removed or replaced. This behavior disrupts file naming conventions and can create inconsistencies in systems reliant on exact file name formats.
To Reproduce
Steps to reproduce the issue:
Expected behavior
The CMS should preserve spaces in file names as they are, or provide options to control this behavior (e.g., replacing spaces with underscores, retaining them, or displaying a warning).
Screenshots
If applicable, screenshots showing the file name before and after upload.
Environment (please complete the following information):
Additional context
This issue affects workflows that rely on specific file naming conventions, particularly when integrating with external systems or media libraries. Offering configurable options for handling spaces in file names would enhance the flexibility and compatibility of the CMS.
The text was updated successfully, but these errors were encountered: