Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created April 2, 2016 14:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
<form class="form-horizontal" method="post" asp-action="Upload" asp-controller="Upload" enctype="multipart/form-data">
<label class="col-md-4 control-label" for="arquivo">Arquivo</label>
<div class="col-md-4">
<input type="file" id="arquivo" name="arquivo"/>
</div>
<button class="btn btn-primary"> Upload </button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment