PDA

View Full Version : Nameing FDile??


stoodder
05-13-2003, 04:12 AM
hiya guys again lol i was wondering when using a file upload script if there is a way to rename the file before it uploads to the folder thanx.

Ökii
05-13-2003, 10:39 AM
there is no way of affecting the /tmp/ name as that's generated by the server - you can easily rename the file during the move from there though

move_uploaded_file($_FILES['formname']['tmp_name'],'folder/newname.ext');