Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
in my video uploading function if i upload a big size of video and after pressing upload button i am unable to stop upload process. until that video get uploaded webpage continues loaded. so the question is how to intrupt the upload process?
Posted

If you have direct control of the upload procedurals you could write in an interupt. But this will only work if you have the correct privelages.
 
Share this answer
 
hi,
The issue you are having is that IIS fully uploads the file to a working location before your application is handed the request.

IIS asp.net mvc partial?[^] file upload

http://www.uploadify.com/[^]

Best Luck
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900