Uploading excel sheet in jsp is taking lot of time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nam123
    New Member
    • Oct 2011
    • 1

    #1

    Uploading excel sheet in jsp is taking lot of time

    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 use it to insert the records.If yes then how..
    Its urgent plz help..
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    How about zipping the file in local machine and then uploading, it might save some time!!


    Cause in general server side script has nothing to do with uploading. Uploading is handled by browser and http server.

    Comment

    Working...