WebSQL 数据库中的 HTML 5 文件附件存储
我正在尝试构建一个网页(通过 Android 手机访问),用户可以在其中上传手机中的照片。
然后我想将图像存储到手机上的 WebSQL 数据库中,并通过 xmlHTTP.send 将其发送回服务器。有人能指出我正确的方向吗?
我是否需要将图像保存到 Canvas 标签,然后使用 URLtoData 函数? 谢谢
I am trying to build a web page (accessed by an Android Phone) where the user can upload a photo from their Phone.
Then I want to store the image to a WebSQL database on the phone and send it back to the server via the xmlHTTP.send. Can someone point me in the right direction?
Do I somehow need to save the image to a Canvas tag and then use the URLtoData function?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您是否可以在 Android 浏览器中引用本地图像。如果可以的话,Canvas & toDataURL 将会起作用。
I'm not sure if you can reference to a local image in Android Browser. If you can, Canvas & toDataURL will work.