Skip to content

Instantly share code, notes, and snippets.

@Marak
Created April 4, 2011 05:36
Show Gist options
  • Save Marak/901175 to your computer and use it in GitHub Desktop.
Save Marak/901175 to your computer and use it in GitHub Desktop.
request {
uri: 'http://stashbox.org/upload.php',
headers: {
"Content-Type": "multipart/form-data"
},
method: 'POST'
}, (err, res, body) ->
callback(null, body)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment