codeigniter image uploading mysql

前端 未结 3 1240
忘了有多久
忘了有多久 2021-01-07 01:02

I wanted to know if I was uploading an image in CodeIgniter to a database what would be my

$config[\'upload_path\']

All the examples I have

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-07 01:14

    It seems like for most common use cases storing images in the database is not a great idea. Please see these two previous SO threads:

    To Do or Not to Do: Store Images in a Database

    Storing Images in DB - Yea or Nay?

提交回复
热议问题