Cardale Posted November 20, 2009 Share Posted November 20, 2009 How do I change the file name on upload? Link to comment https://forums.phpfreaks.com/topic/182243-solved-working-with-file-uploads/ Share on other sites More sharing options...
Alex Posted November 20, 2009 Share Posted November 20, 2009 move_uploaded_file, parameter 2 is the destination of the file (including what to name it) Link to comment https://forums.phpfreaks.com/topic/182243-solved-working-with-file-uploads/#findComment-961658 Share on other sites More sharing options...
Cardale Posted November 20, 2009 Author Share Posted November 20, 2009 if(move_uploaded_file($_FILES['userfile']['tmp_name'],$upload_path."WILLNOTWORK.pic")){ Link to comment https://forums.phpfreaks.com/topic/182243-solved-working-with-file-uploads/#findComment-961665 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.