How to have a user upload a picture and have picture placed in database

  • Thread starter Thread starter Dean E.
  • Start date Start date
D

Dean E.

How do you have a user upload a picture file by
taking them thru a step by step procedure and having
the picture place in an MS Access database.

IE upload a picture of a house and have it place in
the database with the corresponding property address?
Furthermore, have Access reduce the picture down so it is
not over a certain number of Kbytes?

Thanks for any help!!!

dean E.
 
You need to check with your host to see if they have a ASP Image Upload
component installed and available for your use or are willing to install one
for you, such ASPjpeg, http://www.aspjpeg.com

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Note: I would not recommend storing the image in the database, just the file
name of the image. If you can use ASPjpeg, then you can have the application
automatically assign a filename to the image to avoid duplicate filenames.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top