I am working on a HTML5 Web Application that will run on an Android Phone.
I am trying to load an image from an Android phone to a Canvas Tag and then Save the Canvas tag in an html5 WebStorage local database. Eventually I want to post this data back to the server. I am looking for code / guidance..really anything to get me pointed in the right direction. Thanks in advance!!
Can this even be done since Javascript doesn't have access to the local machine??