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.
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');
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.