artgris / FileManagerBundle

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

Wrong file extension after downloading #105

Closed allestuetsmerweh closed 1 year ago

allestuetsmerweh commented 1 year ago

In our use case, we have some files with a custom .omap extension, which are in fact just XML files.

The problem is: Those files get downloaded with a .xml extension instead of .omap, e.g. orienteering_map.xml instead of orienteering_map.omap

allestuetsmerweh commented 1 year ago

I filed pull request #106 , which should fix the problem