Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created April 2, 2016 14:11
Show Gist options
  • Save vmussak/df0dbb5cba693c67520b3dba04019788 to your computer and use it in GitHub Desktop.
Save vmussak/df0dbb5cba693c67520b3dba04019788 to your computer and use it in GitHub Desktop.
<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