Posted By:
Kiran_Kumar
Posted On:
Friday, March 10, 2006 08:11 AM
Hai,
my web page contains an applet & I must allow user to upload images from his local system using multipart form data.
When this image is uploaded onto the server i must display it back on the applet.
how should i get the image's name ?
should i store the name of this image in Javascript hidden field to display the image onto the applet ?
or should i fetch the name & image directly from server.