Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created July 7, 2011 00:42
Show Gist options
  • Save probablycorey/1068684 to your computer and use it in GitHub Desktop.
Save probablycorey/1068684 to your computer and use it in GitHub Desktop.
example
local picData = toJPEG(photo):base64EncodedString()
local body = wax.http.escapeParams{pic = picData}
ImageModel:post{url, body = body, callback = function(body, response)
-- Blah Blah Blah
end}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment