Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 29, 2019 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/1d5d55346d27cfc9804d69552785008c to your computer and use it in GitHub Desktop.
Save parzibyte/1d5d55346d27cfc9804d69552785008c to your computer and use it in GitHub Desktop.
<!--
El atributo enctype es importante, si no, no nos permitirá subir el archivo
-->
<form action="procesar.php" method="post" enctype="multipart/form-data">
<input type="file" name="archivo">
<br><br>
<input type="submit" value="Enviar">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment