hi, i hav written a upload file system. user can easily upload an image file. let's say a user upload a file called 'xyz.gif'. so, this file will be kept in a certain folder. then, this filename will be kept into my database.
my problem is, can i rename the filename before i keep it into certain folder? can i know how should i write the coding?
thank you.