将从图库中选择的照片的路径保存在数据库中
在我的应用程序中,我将允许用户从图库中选择照片(或使用相机拍摄照片/视频)。
我需要将路径保存在数据库中以便稍后检索,但我不明白如何做到这一点。
** 编辑 **
我没有解决这个问题,所以现在我在本地保存图像并将本地路径保存在数据库中。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从未使用过 UIImagePickerControllerReferenceURL,但我假设您将其用作任何其他 URL:
I've never used
UIImagePickerControllerReferenceURL
, but I'd assume that you use it as any other URL: