Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created March 16, 2015 17:36
Show Gist options
  • Save bgadrian/422995ebc52c49c84b57 to your computer and use it in GitHub Desktop.
Save bgadrian/422995ebc52c49c84b57 to your computer and use it in GitHub Desktop.
HTML post file upload
<!-- default value -->
<form method="post" enctype="application/x-www-form-urlencoded">
<!-- if you want to upload a file -->
<form method="post" enctype="multipart/form-data">
<input type="file" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment