Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Upload images Re: Upload images

#140501
Kitty Giraudel
Participant

If no mistake `move_uploaded_file` creates path if it doesn’t exist. So if you want to move the file to a folder that doesn’t exist, the function will create it and drop the file in.