I am uploading an excel sheet (having 30000 records) using jsp page and then i am calling another jsp page(using enctype=multipa rt/form-data) that reads the records from the sheet and inserts them into database.

Insertion is a task of only few mins but page is taking lot of time to upload the records.

Can anyone tell me how can i reduce the time for uploading the sheet or can i pass the filename to same jsp page and...