how can i save an image file (*.jpg) to an access DB?

well, i have created an online application and this app is based miles aways from where it is intended to be used... the system inputs user profiles into an MsAccess XP/2000 database (employee image MUST also be inputted)...

the question is how can i send it to the access DB?what data type should the field have if i were going to store it there... can someone please give me a sample and working code... just the essentials...

thanks!

[455 byte] By [BrandoWandoa] at [2007-9-19]
# 1
Try jspSmartUpload http://www.jspsmart.comIt's free, configurable and allThey say it can upload files to filesystem and/or database with the right jdbc driverGood luck
narpikaa at 2007-7-8 > top of java,Enterprise & Remote Computing,Web Tier APIs...
# 2
I tried to going to the website but it appears it no longer exists? I am trying to upload an image to a folder on my server, but can't figure it out. Driving me crazy.
chaleepasa at 2007-7-8 > top of java,Enterprise & Remote Computing,Web Tier APIs...
# 3
What do you expect when the link was posted 3 years ago?To upload files to the server, the most common utilities arecos - com.oreilly.servletjakarta commons file upload.A google search will easily find one or both of those.Cheers,evnafets
evnafetsa at 2007-7-8 > top of java,Enterprise & Remote Computing,Web Tier APIs...