1
Answer

How to store image files in the backend of a site

Nitin Singh

Nitin Singh

13y
1.7k
1
Hi,

I am building a site, and started getting into developing the backend. This web site will be to display images to a visitor. For development purposes, I'd like to test everything first before going live.
What is the best way of storing these images. I have just finished setting up my Wamp server, and added a new db with phpMyAdmin. I found that I can store each image directly in the mySQL database as a BLOB data type. But is this the best way to go, refer any other way for me.

Thank you!!
Answers (1)
0
Satyapriya Nayak

Satyapriya Nayak

NA 53k 8m 13y
Hi Nitin,


Refer

http://www.c-sharpcorner.com/UploadFile/satyapriyanayak/how-to-save-image-along-with-details-into-database-in-asp-ne/

http://www.c-sharpcorner.com/uploadfile/225bcd/how-to-upload-images-to-databases-or-how-to-store-images-to-database/default.aspx

http://www.c-sharpcorner.com/UploadFile/aghiondea2/StoringImagesIntoDatabase12022005053032AM/StoringImagesIntoDatabase.aspx



Thanks