Skip to content

Instantly share code, notes, and snippets.

@tanaka-takayoshi
Created April 4, 2015 13:52
Show Gist options
  • Save tanaka-takayoshi/b5e2901e32ce799d0a55 to your computer and use it in GitHub Desktop.
Save tanaka-takayoshi/b5e2901e32ce799d0a55 to your computer and use it in GitHub Desktop.
@model dynamic
<h2>Upload VSIX file</h2>
@using (Html.BeginForm("Upload", "Packages", FormMethod.Post, new { enctype = "multipart/form-data" }))
{
<input type="file" name="uploadFile" />
<input type="submit" />
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment