Upload and save image to DB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,
I need to build a form which allows the user to select an image file . This file will be saved to DataBase. Another form will get the file from DB and display it.

Any suggestion! Thanks in advance!
 
I always much easier and better to store Image on disk instead of Sql
database.

Can you upload image to hard disk and only store those information like
filename,path in the database?

--
Kind regards

Guoqi Zheng
guoqi AT meetholland dot com
Http://www.meetholland.com

ThanhThanh said:
Hi all,
I need to build a form which allows the user to select an image file .
This file will be saved to DataBase. Another form will get the file from DB
and display it.
 
Back
Top