WebSQL 数据库中的 HTML 5 文件附件存储

发布于 2024-09-26 04:12:56 字数 179 浏览 3 评论 0原文

我正在尝试构建一个网页(通过 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱,才寂寞 2024-10-03 04:12:56

我不确定您是否可以在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文