Android Question Stop uploading file

devmobile

Active Member
Licensed User
I use okhttp library and use PostMultipart method for upload file
Now i need stop uploading while file is uploading to server(maybe use cancel uploading)
How do it?
 
Top