0

I am designing a table in which I need images to get stored for every row. Should I upload the images to a folder on google-drive and then store the shareable link or should I store the images locally in a folder ? If stored locally , what address should I store in the Table ?

Varad Bhatnagar
  • 599
  • 1
  • 7
  • 19
  • 1
    Web Project or desktop project? – Dr. X Sep 26 '17 at 17:05
  • Size of the images? Expected concurrency? Have you tried those options? Have you had any problem with them? Errors? – Alfabravo Sep 26 '17 at 17:09
  • Its a college level mini project where I just have to show a prototype . The image size will be less than 1 MB . I haven' tried anything yet . I just wanted to know which method is faster and better. – Varad Bhatnagar Sep 26 '17 at 17:20
  • 1
    Storing in MySQL is more complicated than necessary. It's simpler to store elsewhere and have a link. – Jacques Amar Sep 26 '17 at 17:45
  • 1
    File system storage, and put URLs (or fragments of URLs) in your table rows. Otherwise you have to figure out how to retrieve and deliver BLOBs from database to user. It's over-the-top hard to get right for an expert, and guaranteed to drive a beginner bonkers. – O. Jones Sep 26 '17 at 18:09

0 Answers0