将头像存储在mysql数据库中?

发布于 2024-12-02 09:16:59 字数 326 浏览 0 评论 0原文

可能的重复:
在数据库中存储图像 - 是或否?

正在上传图片并将其存储在数据库中是跟踪头像的好方法 或者当人们上传图片时有更好的解决方案。

使用 jquery php 和 mysql

我没有这方面的经验,所以我该怎么做?

Thinadv,Richard

Possible Duplicate:
Storing Images in DB - Yea or Nay?

Is uploading a picture and storing it in the database a good way to keep track of avatars
Or is there a better solution when people are uploading a picture.

working with jquery php and mysql

I don't have experience in this so how would I go about it?

thinadv, Richard

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

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

发布评论

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

评论(1

从﹋此江山别 2024-12-09 09:16:59

如果你想在数据库中存储文件,你可以使用 BLOB,它们有其优点和缺点。否则,您将存储路径并使用数据库中的路径填充图像标记的 src 属性。

If you want to store files in the db you would use a BLOB, they have their up's and downs. Otherwise you would store a path and populate the src attribute of the image tag with the path from the db.

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