Skip to content

Instantly share code, notes, and snippets.

@zhengchun
Created March 22, 2019 01:58
Show Gist options
  • Save zhengchun/339d5bae7116a7280ce5ab6c4da53c11 to your computer and use it in GitHub Desktop.
Save zhengchun/339d5bae7116a7280ce5ab6c4da53c11 to your computer and use it in GitHub Desktop.
ASP.NET fast upload file to AWS using multipart/form-data without take memory
<form action="upload" method="post" enctype="multipart/form-data">
<input type="file" name="file" />
<input type="submit" value="Upload" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment