Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save xiaodongliang/d084c61f091236ebbdcedb09d842dcb4 to your computer and use it in GitHub Desktop.

Select an option

Save xiaodongliang/d084c61f091236ebbdcedb09d842dcb4 to your computer and use it in GitHub Desktop.
HTML for the demo of mobile camera by native JavaScript
<div>
<input type="file" id = "mobilephoto" accept="image/*" capture="camera" >
<img class = "mythumbnail" id="outImage"/>
</div>
<div>
<input type="button" id="btnSubmit" class="btn btn-primary" value="Submit" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment