Answers for "renaming a file before it goes to temp folder php upload"

PHP
3

php move file

//Use the rename() function.
rename('first_location/image1.jpg', 'new_location/image1.jpg');
Posted by: Guest on July-15-2020

Code answers related to "renaming a file before it goes to temp folder php upload"

Browse Popular Code Answers by Language