Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5cc7e2b671a355b9bf1b to your computer and use it in GitHub Desktop.
Save anonymous/5cc7e2b671a355b9bf1b to your computer and use it in GitHub Desktop.
<form enctype="multipart/form-data" action="#" method="POST" />
<input type="hidden" name="MAX_FILE_SIZE" value="100000" />
Choose an image to upload:<br /><br />
<input name="uploaded" type="file" /><br />
<br />
<input type="submit" name="Upload" value="Upload" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment