Heyas!
I'm using the mentioned script (http://www.phpbuilder.com/columns/bealers20000904.php3) to upload files nowdays. Really need a function to rename all the files which are uploaded.
Anyone knows how to get the name on a file and rename it before it's uploaded?
Thanks in advance,
Kristofer
no. you do that afterward. there are plenty of file manipulation functions. take a look and you'll see how really easy it actually is. even the directory manipulations
How do I know the filename of the file which is uploaded then? If I have a directory with alot of uploaded files already, how do I know which is the latest?