Please help image cannot upload in server, my php code:-
    $gallery_image = $_FILES['image'] ['name'];
    $image_tmp = $_FILES['image'] ['tmp_name'];
    move_uploaded_file($image_tmp, "../extra_images/$gallery_image");
my error is:-
PHP Warning:  move_uploaded_file(../extra_images/brand-04.jpg): failed to open stream: Permission denied in G:\PleskVhosts\luisant.in\vethathirimaharishischool.org\admin\gallery.php on line 129
PHP Warning:  move_uploaded_file(): Unable to move 'C:\Windows\Temp\php4118.tmp' to '../extra_images/brand-04.jpg' in G:\PleskVhosts\luisant.in\vethathirimaharishischool.org\admin\gallery.php on line 129
 
     
     
    