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
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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Guest UserPosted Aug 23, 2021, 9:08 AM
Thank you Sachin for your reply
Maybe with your code, I'll have to change all my code.
Is there any changes I can do in my existing code , such as ajax.pause or ajax.stop , to pause or to stop upload respectively.
I have already posted my Upload code earlier.
Simple flow should be :
1. I will Upload file
2. Then it will show Pause, Resume and Cancel options
3. After I click on one of the option, it should perform it's action
I know it's been a quite requirement., but please guide me to fix this.
Thank you !
Sachin SinghPosted Aug 21, 2021, 8:45 PM
Guest UserPosted Aug 21, 2021, 1:21 PM
Sachin SinghPosted Aug 21, 2021, 12:08 PM
Guest UserPosted Aug 21, 2021, 9:36 AM
Ganesan CPosted Aug 21, 2021, 9:16 AM