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);
}