Closed (fixed)
Project:
elFinder file manager
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Nov 2010 at 18:47 UTC
Updated:
22 Oct 2012 at 15:32 UTC
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
Comment #1
ph0enix commentedCurrently elFinder not supporting that. Filesystem connector need to be patched for that.
Comment #2
ph0enix commentedComment #3
ph0enix commented7.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...