Hi, I'm trying to enumarate the steps I need to make in order to upload an image and save it to a database. I'm using MS SQLServer 2000. The steps I could think of so far is...
1. Create a
servlet 2. Create multipart form
3. Save the image to database
It would seem that I'm missing steps after step number 2... What happens after the user presses the button(upload)? What are the steps involved? I need details like what I read on the internet(parse multipart request, create BinaryImageStream). I'm a little lost and don't really know where to begin, thank you...
[ May 30, 2006: Message edited by: Bear Bibeault ]