move_uploaded_file not uploading in php for high size files code example
Example: php move file
//Use the rename() function.
rename('first_location/image1.jpg', 'new_location/image1.jpg');
//Use the rename() function.
rename('first_location/image1.jpg', 'new_location/image1.jpg');