Hello,
im trying to develop download app, but I stuck on following problem:

1)I sen a download request by QNetworkAccessManager
2)On finished event I got QNetwork *reply which size is correct
3)but the size of: reply->readAll().length() is incorrect and when I save the file is too small.

Does anywone know where is the problem or what Im doing wrong?

BR
Tomek