| Author |
problem with displaying the image from local disk in jsp page
|
venkateshwar rao ravula
Greenhorn
Joined: Apr 03, 2006
Posts: 15
|
|
Hi All, how to display the image from local disk in jsp page. I am using <html:file> to select the file from local disk before submitting the form i have to show the preview of image exacly below the <html:file> tag in jsp page. please help this is urgent requirement. Thanks & regards, Venkateshwar Rao Ravula
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
I'd recommend you write an applet to do this. The only way to do it without an applet would be to actually upload the file, create a thumbnail image of it on the server, and then send the thumbnail back to the browser, which hardly sounds like an efficient way of doing things. An applet, on the other hand, runs on the local machine and can find the file and display a thumbnail of it without any round trips to the server.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: problem with displaying the image from local disk in jsp page
|
|
|