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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top