Cardale Posted November 20, 2009 Share Posted November 20, 2009 How do I change the file name on upload? Quote 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) Quote 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")){ Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.