widgetfactory / jce

JCE - A Content Editor for Joomla
https://www.joomlacontenteditor.net
GNU General Public License v2.0
35 stars 12 forks source link

JCE 2.9.2 file bug strange files #82

Closed ghost closed 2 years ago

ghost commented 3 years ago

JCE 2.9.2 Beta 11 file name upload bug

To Reproduce

Try to create article in frontend and try to upload image name for example bugjce292.jpgdotnotremovejce.jpg

without any error you get uploaded file name with the dot bugjce292.jpgdotnotremovejce.jpg

Expected behavior

dot removed from file name and changed with -

bugjce292-jpgdotnotremovejce.jpg

joomla 3.9.22

ryandemmer commented 3 years ago
Try to create article in frontend and try to upload image name for example bugjce292.jpgdotnotremovejce.jpg
without any error you get uploaded file name with the dot bugjce292.jpgdotnotremovejce.jpg

This is the expected behaviour, as JCE allows dot characters in file and folder names.