Downloaded size of the file does not match to the actual file size
-
Hi all, I am using QNetworkAccess to download a file from cloud. The actual size of the file I'm trying to download is 90KBs but while downloading through Qt from the cloud, the downloaded file size is more than 390KBs and also corrupted.
I have checked in cloud, the actual file is clean (checked size and contents are not corrupted).
Can anyone say what is the problem here?
Thanks :)
-
@Dharani-Prasad said in Downloaded size of the file does not match to the actual file size:
Can anyone say what is the problem here?
You did something wrong maybe? But without code...
-
Hi all, I am using QNetworkAccess to download a file from cloud. The actual size of the file I'm trying to download is 90KBs but while downloading through Qt from the cloud, the downloaded file size is more than 390KBs and also corrupted.
I have checked in cloud, the actual file is clean (checked size and contents are not corrupted).
Can anyone say what is the problem here?
Thanks :)
@Dharani-Prasad most likely you are downloading something else (been redirected to a different webpage maybe?).
Please show your code or minimum working compilable example so we can help.