I am uploading large video files on server and tested with 500 MB files.
But I want to know is there any limit on file upload in asp.net related to file size.
I have used following post
how to do multi-part video upload using api
and modified to read and write 32 KB at a time instead of reading complete file in memory.