Question:
I have used chilkat android http library in order to up/download a file using http.
But, I have noticed following points while uploading a file: - I have copied 1 GB file in sdcard and starts uploading a file and after uploading is finished, I have noticed that file size is 100 mb instead of 1 Gb which is stranage. - To close CkHttp instance in a clean manner while downloading/uploading a file from http server in midway (like to close http connection after 20% of file is up/downloaded from client side).
Kindly suggest.