I have a web application with upload file functionality. If the filesize/no:of rows in the spreadsheet is more, then the upload should happen in a seperate thread and the user will be shown a message "upload will happen offline, you may proceed to next page" .
My question: 1. If I close the browser while the thread is still processing the file. Does it cause the thread to stop ? I am not sure whether the thread has anything to do with the user session.