Hi,
I'm trying to upload images to a directory and then store the path to that image in a mysql database.
I chose to do this instead of storing the image in a database to make getting the image size etc.. more simple.
The only image path data i want to store is the name of the image file, not the whole path.
Does anyone know how to do this?