且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

捕获图像并将其保存在mysql数据库中

更新时间:2023-02-15 13:22:25

您需要创建一个服务,以便在MySQL数据库中保存图像。

您可以通过多种方法完成工作。使用一些好的关键字进行google / bing搜索可以产生100个关于此主题的好艺术品。



但是,对于一步一步的解决方案,您可以参考以下文章使用PHP和MySQL提出了解决方案 -

Android使用PHP MySQL将图像上传到服务器 [ ^ ]



您也可以参考视频教程。

如果您发现任何执行此操作时遇到困难,请告知我们问题的详细信息。



希望,有帮助:)
You need to create a service for the purpose of saving image in MySQL database.
There are many approaches through which you can get your job done. A google/bing search with some good keywords can yield 100s of good artcles on this topic.

However, for a step by step solution you can refer to following article which has proposed solution using PHP and MySQL-
Android Upload Image to Server Using PHP MySQL[^]

You can refer to the video tutorial too.
In case you find any difficulties while implementing this, please let me know with the details of the issue.

Hope, it helps :)