Streamline the file upload system

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.
Locked
cyrcle
Forum Members
Forum Members
Posts: 23
Joined: Fri Jan 06, 2017 3:54 pm

Streamline the file upload system

Post by cyrcle »

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.
Locked

Return to “CMSMS Core”