Send get request and unknown file name returns
Qt WebKit
5
Posts
2
Posters
1.8k
Views
1
Watching
-
Ok I open the url with get data in it, it returns a file name that varies non-programatically
How do I find what is headed my way. -
In a browser I can to like
(I am using a fake address)
http://www.getmyfile.com/?p1=abc&p2=defThen a file comes in I can save - how do get I that file using QT if I don't know where it's stored on the site or what it's name is.
-
Are you reasking the same question as in "this":http://qt-project.org/forums/viewthread/19157/ thread?
-
No that I got working if I know the name and where it is at I was able to ask for it.
So this is a continuation of that