Skip to content

Instantly share code, notes, and snippets.

@boertel
Last active December 23, 2015 23:09
Show Gist options
  • Save boertel/6707859 to your computer and use it in GitHub Desktop.
Save boertel/6707859 to your computer and use it in GitHub Desktop.
Receipt upload
<form action="/api/v1/scanning/upload" method="POST" name="scanning" enctype="multipart/form-data">
<input type="hidden" name="key" value="<YOUR PUBLISHER KEY>" />
<input type="file" name="image" accept="image/*" capture="camera" id="image">
<button type="submit" style="display: none;">UPLOAD RECEIPT</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment