将从图库中选择的照片的路径保存在数据库中

发布于 2024-11-02 01:31:22 字数 150 浏览 4 评论 0原文

在我的应用程序中,我将允许用户从图库中选择照片(或使用相机拍摄照片/视频)。

我需要将路径保存在数据库中以便稍后检索,但我不明白如何做到这一点。

** 编辑 **

我没有解决这个问题,所以现在我在本地保存图像并将本地路径保存在数据库中。

In my app, I would allow the user to pick a photo from the gallery (or snap a photo/video with the camera).

I need to save the path in a db to retrieve it later, but I don't understand how I can do it.

** EDIT **

I didnt' resolve this issue, so now I save the images locally and I save the local path in the db.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

晨与橙与城 2024-11-09 01:31:22

我从未使用过 UIImagePickerControllerReferenceURL,但我假设您将其用作任何其他 URL:

[UIImage imageWithData:[NSData dataWithContentsOfURL:url]];

I've never used UIImagePickerControllerReferenceURL, but I'd assume that you use it as any other URL:

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