Wondering how can I do the following in JSP/Servlets:
- Upload a zip file (containing multiple CSV files) 
- Unzip the file to obtian the CSV files 
- Read the CSV files and pump the records into a mySQL database 
Note: mySQL table is set up and ready for CSV files inputs.
Thanks in advance.
 
     
    