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

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
helenmai
New Member
New Member
Posts: 1
Joined: Mon Oct 22, 2018 3:07 am

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

Post 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
Post Reply

Return to “CMSMS Core”