This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hey,
I am running MojoPortal 2.4.0.0 and tested this in tinyMCE and CKEditor and noticed that when I upload a file for a link and the file has a special character in the name. Ex. @,$,%,#. The user does not get a warning or an error, the document is also not renamed. When you click the new link to the document with the special character the link resolves to a broken page server error.
I know that when you create a new page with a special character the character is replaced with "-" for the url. I was wondering if a warning of some kind could prompt the user to change the name or if the same kind of replacement could be added to the file upload?
Thanks,
Nicholas
I will add logic to remove those characters from uploaded file names. spaces are already replaced with -.
Best,
Joe