Hello,
I am using file upload in my mvc project. If I upload big file , it takes time to upload , but suppose if I click back button, it should say - File is uploading, Do u want to abort?
So how to catch if file is uploading ?
Thank you