Hi guys
Just wondering if you could help with my next issue?
i am writing a function that allows the user to upload images/metadata from their localk machine onto my web syste,
this is done in 3 steps:
1. browse to and select images from local hard-disk, click upload > continue
2. goto next page and enter metadata > continue
3. goto next display summary of images and metadata > confirm
now I can do all this except I can't get the upload image thing working.
I think i need to use something like
JSP Servlet 1. Why does the JSP return NULL for the hidden value 'step' when I put the [enctype="multipart/form-data"] in the <form>>
2. What do I have to do in the Servlet to 'get' the image data?
Any help greatly appreciated
KS