file « User « JSP-Servlet Q&A





1. placing JSP files in user application    coderanch.com

2. create a zip file from a jsp with user selected files.    coderanch.com

I am fairly new to java. I am trying to create a page where the user can check one or many checkboxes that are related to a specific file. The user can select (3 as an example) and click submit and a resulting zip file containing these selected files is created and presented for downloading. I have found a class that ...

3. show file to user    coderanch.com

hi i have a jsp file that get some data from user and save it to doc or xls file. after save user information , i want to show user this file i have no problem to make this file , user submit a form and in jsp request them and create this file .this file is in server (linux server) ...