Images

14 de Agosto del 2019

Avances del proyecto
Images

31 de Julio del 2019

Entrega de objetivos del proyecto y continuación de su desarrollo.
Images

17 Julio del 2019

Formulario html:
<!DOCTYPE html>
<html lang=“en”>
<head>
<meta charset=“UTF-8”>
<title>Document</title>
</head>
<body>
<form action=“pagina2.php” method=“post” enctype=“multipart/form-data”>
Seleccione el archivo:<br>
<input type=“file” name=“foto”><br>
<input type=“submit” value=“Cargar”>
</form>
</body>
</html>

Pagina 2:
<!DOCTYPE html>
<html lang=“en”>
<head>
<meta charset=“UTF-8”>
<title>Document</title>
</head>
<body>
<?php
copy($_FILES[‘foto’]['tmp_name’], $_FILES['foto’]['name’]);
echo “La foto ha cargado correctamente.<br>”;
$nom=$_FILES['foto’]['name’];
echo “<img src="$nom"><br>”;
?>
</body>
</html>
Images

10 de julio del 2019

                                                           Cronograma tercer periodo


Images

mayo 29 de 2019

                                               Se realizo el acumulativo


https://drive.google.com/open?id=1JIEbU5wcgLv-wm8oTsE3odN8MKgNusj3