PDA

View Full Version : Downloading files



MTK358
22nd June 2010, 20:55
How do I download a file from the internet to process it using QRegExp?

I don't need the file to be written to the hard drive.

squidge
22nd June 2010, 22:32
"download a file from the internet" is too ambiguous. Please give more information. eg. is the file on a web server, ftp server, etc?

MTK358
22nd June 2010, 22:59
A web page (probably via HTTP).

I know very little about networking.

squidge
23rd June 2010, 00:08
Check out the http example and QNetworkAccessManager.