Page 1 of 1

Streamline the file upload system

Posted: Mon Oct 15, 2018 11:47 am
by Markmilleru2
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 for your attention.

Re: Streamline the file upload system

Posted: Wed Nov 07, 2018 11:50 pm
by DIGI3
You might have better luck with a feature request or a sponsorship. The answers to all of your questions are currently "no" as far as I can tell.