Skip to content

Instantly share code, notes, and snippets.

@atsuya
Created November 30, 2011 07:25
Show Gist options
  • Save atsuya/1408333 to your computer and use it in GitHub Desktop.
Save atsuya/1408333 to your computer and use it in GitHub Desktop.
client: parsing multipart/form-data using connect 1.8
<form action="/" method="post" enctype="multipart/form-data">
<input type="text" name="name" placeholder="Name:" />
<input type="file" name="images" multiple="multiple" />
<input type="submit" value="Upload" />
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment