【发布时间】:2011-03-28 07:24:01
【问题描述】:
可能的重复:
Inserting images into a database
Store images in database or on file system
嗨,
我想使用 php 将产品图片插入数据库。请帮帮我。
【问题讨论】:
-
到目前为止你尝试了什么?
可能的重复:
Inserting images into a database
Store images in database or on file system
嗨,
我想使用 php 将产品图片插入数据库。请帮帮我。
【问题讨论】:
您确定要在数据库中存储图像吗?将图像上传到文件系统并将其位置存储在数据库中的速度更快,上传和访问速度更快。
但是,如果出于安全考虑,它将图像作为二进制文件存储在数据库中:
喜欢:
【讨论】:
有两种方法可以做到这一点。
【讨论】: