Download multiple images (image array) from urls and save in local
Unsolved
3rd Party Software
-
I want to download a number of images from urls .but not able to find any 3 rd party library which pool netwrok reuqest and background stuff for me.
How would i able to achieve this .
-
I want to download a number of images from urls .but not able to find any 3 rd party library which pool netwrok reuqest and background stuff for me.
How would i able to achieve this .
@rajeshgoswami2025 said in Download multiple images (image array) from urls and save in local:
not able to find any 3 rd party library which pool netwrok reuqest and background stuff for me
Qt is that library. QNetworkAceessManager does all you are asking for
-
Also just as a note
You can do this easy with cUrl
http://osxdaily.com/2014/02/13/download-with-curl/