Page 1 of 1

Would it be possible to have a single system to upload files

Posted: Mon Oct 22, 2018 3:20 am
by helenmai
Hello,

Currently, there are at least 3 ways to upload a file via the administration:
• with FileManager
• with FilePicker
• with TinyMCE responsive_filemanager

Of these 3 methods, only the one with TinyMCE makes it easy enough to replace special characters in the names of sent files.
For this, just put "true" for "transliteration" and "convert_spaces" in /modules/TinyMCE/responsive_filemanager/filemanager/config/config.php

For example, replace special characters is required to safely process images automatically with {CGSmartImage}. For example, with this tag: {cgsi_convert quality='80' filter_croptofit='980,550'}{content}{/cgsi_convert}

Is it possible to configure FileManager and FilePicker to replace special characters?
Would it be possible to have a single system to upload files?
And that this system allows to replace special characters?

Thanks