Quote Originally Posted by patrik08 View Post
You dont need callback if you set a time limit! on curl!


If you need callback use http://doc.trolltech.com/4.0/qhttp.html

inside ..
http://sourceforge.net/projects/qtexcel-xslt/
you find more sample from curl ...

In the code that you wrote it looks like curl is writing to a file. How would I use it without a callback function if I wanted to pull the data into memory only and not write anything to a file?