How to save run time created text-file on a disk using jsp/servlet?

I have a JSP page with save button.In that I created the file(e.g a.txt) at run-time,when I click on the save button,it will ask where to save the file on a disk.

View Answers

February 13, 2013 at 5:14 PM

Hi,

Please give me complete detail about the work.

I think you can write code in your JSP page to save the file on disk.

You may check the thread How to upload and save a file in a folder.

Thanks









Related Tutorials/Questions & Answers:
Advertisements