evutza_m
11-25-2004, 06:55 PM
I've bild a form and after the user complets it he need to uploade a picture.I wanted to save the picture in a folder but these error appears:
Warning: copy(images/picture3.jpg): failed to open stream: Permission denied in ...
The cote that I uses fot putin the picture in the loder is this:
if ((!empty($poza3)) && ($poza3!="none")){
@opendir("images");
$dest3="images/picture3".$nume.".jpg";
copy("$poza3", "$dest3");
}
Please help me, it's urgent!!! I accept any solutions...
Warning: copy(images/picture3.jpg): failed to open stream: Permission denied in ...
The cote that I uses fot putin the picture in the loder is this:
if ((!empty($poza3)) && ($poza3!="none")){
@opendir("images");
$dest3="images/picture3".$nume.".jpg";
copy("$poza3", "$dest3");
}
Please help me, it's urgent!!! I accept any solutions...