I am using MultipartEntityBuilder
class for uploading file.
Main source for this solution: this link
I want to ask how to cancel upload process in progress function of the ProgressHttpEntityWrapper.ProgressCallback
class under special situation?
Appreciate any help.