You can use the "image" field type. This is commonly called a "blob" field and it can seriously affect your database performance so use it wisely. Here's a link to some information about using this.
I don't think there is a true equivalent in Access although the memo field would probably be the closest. I've never tried using one to store images but it might work. The input you'll need on the html form is an <input type="file" name="f1"> which will send the file and you'll need to put this extra code in your form tag.
You could then try inserting the form variable "f1" into your memo field. I've never tried this so I can't say what problems you may run into. Just post any problems and I'll see if I can't help.
Getting the file to access is no problem, it should convert it into binary format. The question I have is, how are you going to convert from binary to regular image format.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.