dimkanovikov / WebLoader

High level wrapper around QNetworkAccessManager for make network communications easy
GNU Lesser General Public License v3.0
17 stars 6 forks source link

How could I use WebLoader to download image file or zip file? #7

Closed xeoshow closed 7 years ago

xeoshow commented 7 years ago

Hi, WebLoader is really good, and now I met an issue that how could I use WebLoader to download image file or zip file? Thanks!

dimkanovikov commented 7 years ago

Hi, xeoshow!

Just load image or zip file from their link (for example https://www.wikipedia.org/portal/wikipedia.org/assets/img/Wikipedia-logo-v2.png) and than save loaded data to file.

I really don't understand in what is actually trouble?

xeoshow commented 7 years ago

Hi,

YES, I found it works directly! And my code problem, now works great! A small suggestion: add some description to WebLoader GIT home page, so readers are aware of this feature.

Thanks again!

dimkanovikov commented 7 years ago

Thanks!