UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.09k stars 720 forks source link

Image that contain "space" in name, not found when uploaded #1159

Open rizkiheryandi opened 2 years ago

rizkiheryandi commented 2 years ago

Steps to reproduce your issue

  1. Install the laravel file manager
  2. Upload a image that contain "space" in name (ex, "this is image name.jpg")
  3. Getting 404 on uploaded image (image uploaded, but can't be access because space on the name)

Suggest solutions

All space on image name replace with dash "-" character, so after uploaded, the image name should be this-is-image-name.jpg

Screenshots of browser console :

add later