1

how to store image in database and retrive from database

Awais Qarni
  • 17,492
  • 24
  • 75
  • 137
monica bubna
  • 616
  • 5
  • 12

1 Answers1

2

It depends upon the circumstances. IF you are not having a large number of images then store them in you data base and their datatype should be blob. But if you are having a large number of images then store them in extra folder and save the path in your database

Awais Qarni
  • 17,492
  • 24
  • 75
  • 137