Time « Download « JSP-Servlet Q&A





1. how to estimate Time to download a file using JSP    coderanch.com

Hi, User will select No.Of MessageId's in one jsp and submit to the next jsp, as per user selected message id's another jsp will create xls sheet(data came from database),kept in one folder at the server and i nedd to download the created excel sheets, i have written download program using response.setheader(); in same jsp Problem is: i can able to ...