JoomlaEstateAgency / com_jea

Joomla Estate Agency. A real estate properties management component for Joomla.
11 stars 17 forks source link

white space in image name #4

Closed menhir2015 closed 4 years ago

menhir2015 commented 6 years ago

for some reason this JFile::makeSafe doesn't replace white space in the file name, and for images that should be loaded by web pages this isn't the best, so i would suggest on the file helpers/upload.php on line 271 to add this $this->name = preg_replace('/\s+/', '-', $this->name); that simply replace empty space with '-'