Skip to content

Instantly share code, notes, and snippets.

@code-for-coffee
Last active August 29, 2015 14:22
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 code-for-coffee/802b237f684fb6cdad96 to your computer and use it in GitHub Desktop.
Save code-for-coffee/802b237f684fb6cdad96 to your computer and use it in GitHub Desktop.
FileReader Upload
<form action="/api/photo" method="post"></form>
<h3>Upload Image</h3>
<input type="file" name="image" class="mui-form-control">
<button class="mui-btn mui-btn-primary mui-btn-raised">My Button</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment