How to store multiple Images in database?

How to store & retrieve images in the database?

  • Answer:

    As above, you do not store the actual image, but rather the path of where the image is stored on the computer. You then use a form that references that path.

Sachin at Answerbag.com Visit the source

Was this solution helpful to you?

Other answers

Whenever I have used images in database solutions, the database has stored the path to the image, not the image itself. As far as I'm aware, you can't store an image in a data table, only the path to it.

Teetotal Michael

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.