Tagged Questions

0
votes
0answers
153 views

Loop Async Web Request (with Abort) for chunked file upload

I'm working on a project that uploads files over http. The files are broken into chunks. I need to have the option for the user to cancel the request. What's happening is that the request is being ...