artgris / FileManagerBundle

FileManager is a simple Multilingual File Manager Bundle for Symfony
MIT License
171 stars 89 forks source link

Renaming an image without specifying its extension inside an "image" folder makes it disappear #79

Closed Arkounay closed 3 years ago

Arkounay commented 3 years ago

Here's my conf:

artgris_file_manager:
  web_dir: public
  conf:
    default:
      dir: "../public/uploads/"
      type: image

If I upload an image there, and rename it without manually respecifying its extension:

image

image

it will disappear from the list because it's filtered out, since the list only accepts images.

the file will still be there and renamed properly however, just without any extension

image

Is there any way to improve this ?

Thanks