Skip to content

Instantly share code, notes, and snippets.

@geeksilva97
Created June 14, 2020 01:48
Show Gist options
  • Save geeksilva97/af694cbb0030a3a80ead189f83055651 to your computer and use it in GitHub Desktop.
Save geeksilva97/af694cbb0030a3a80ead189f83055651 to your computer and use it in GitHub Desktop.
Formulário
<form id="upload_form" enctype="multipart/form-data" method="post">
<input type="file" name="file1" id="file1"><br>
<progress id="progressBar" value="0" max="100" style="width:300px;"></progress>
<h3 id="status"></h3>
<p id="loaded_n_total"></p>
<hr />
<button type="submit">Enviar arquivo</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment