windows viewer can not open this image because it does not have correct php access permissions

0

Create the folder and move the file the problem is when viewing the image

if (isset($_FILES['comDom'])) {
mkdir("../../pruebasImagen/$carpeta", 0777);
move_uploaded_file($_FILES['comDom']['tmp_name'],"../../pruebasImagen/".$carpeta. "/".$nombre);
move_uploaded_file($_FILES['Identi']['tmp_name'], "../../pruebasImagen/".$carpeta. "/". $nombre2);

}

    
asked by arglez35 02.03.2018 в 02:12
source

0 answers