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.
Post Reply
Markmilleru2
New Member
New Member
Posts: 1
Joined: Mon Oct 15, 2018 11:43 am

Streamline the file upload system

Post 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.
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1609
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Streamline the file upload system

Post 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.
Not getting the answer you need? CMSMS support options
Post Reply

Return to “CMSMS Core”