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

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.
 
T

Thomas A. Rowe

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.
==============================================
 
T

Thomas A. Rowe

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.
==============================================
 

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

Top