Created
March 16, 2015 17:36
-
-
Save bgadrian/422995ebc52c49c84b57 to your computer and use it in GitHub Desktop.
HTML post file upload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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