create a save dialog box

hi !i want to create a web page using jsp/struts which contains a picture & a save button. When i 'll click on the save button then a dialog box will appear & i can browse a location to save the image.I need help to create the application
[261 byte] By [paul1430a] at [2007-11-27 8:32:08]
# 1

Hi, you can check some samples to use file browsers at http://java.sun.com/docs/books/tutorial/uiswing/components/filechooser.html and http://www.exampledepot.com/egs/javax.swing.filechooser/CreateDlg.html

And some jsp/struts samples at http://javaboutique.internet.com/tutorials/WebAppSTRUTS/index.html and java web jsp strut sample

gl

Xtremebcna at 2007-7-12 20:27:52 > top of Java-index,Desktop,Developing for the Desktop...
# 2

when i use the file chooser i have to use swing so the gui environment r different

it doesnot looks good....i want some environment like windows

i had used java script to do that but the main problem is it saves the whole page as html or text document but i want to save image as an image...

can u help me?

paul1430a at 2007-7-12 20:27:52 > top of Java-index,Desktop,Developing for the Desktop...