Created
June 8, 2017 07:15
-
-
Save xiaodongliang/d084c61f091236ebbdcedb09d842dcb4 to your computer and use it in GitHub Desktop.
HTML for the demo of mobile camera by native JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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