Hello,
I am hoping I can get some help with the copy fuction.
I have uploaded a file and am looking to save it with a different filename then the original file.
The code I am using is fairly simple.
if (copy($HTTP_POST_FILES['imagefile']['tmp_name'], $idir.$HTTP_POST_FILES['imagefile']['name'])) {
Thanks for the help!
SL