move_uploaded_file(): Unable to move '/tmp/phpgOsBVx' to 'uploads/Slider/under_maintenance_dribbble.png' in /home/emsbgfnm/public_html/a code example
Example: php move file
//Use the rename() function.
rename('first_location/image1.jpg', 'new_location/image1.jpg');