Is there a way to make elFinder convert its filenames to ASCII names before they're uploaded? If not is there a module that will do this? It needs to be right whn they upload the file. ex. it will change the name "File Name (Text).txt" to "file_name_text.txt" or something along those lines.

Comments

ph0enix’s picture

Currently elFinder not supporting that. Filesystem connector need to be patched for that.

ph0enix’s picture

Version: 6.x-1.x-dev » 7.x-2.x-dev
ph0enix’s picture

Status: Active » Closed (fixed)

7.x-2.x-dev supporting hook_lfinder_beforeupload which can be used for file name change. Here is module which is using this hook to transliterate file name using transliteration module:

http://sourceforge.net/projects/drupal-elfinder/files/Drupal%207/elfinde...