How can i download a file just by using a URL like...
http://www.me.com/you.jpg
and what if it goes through a script like php or something, how can i download the file by the url???:confused:
Printable View
How can i download a file just by using a URL like...
http://www.me.com/you.jpg
and what if it goes through a script like php or something, how can i download the file by the url???:confused:
use an internet transfer control, more exactly its .OpenURL method.
yeah but what i need to do is have my app act as the download manager for the download.
theres the...
Declare Function URLDownloadToFile Lib "urlmon" Alias "URLDownloadToFileA" (ByVal pCaller As Long, ByVal szURL As String, ByVal szFileName As String, ByVal dwReserved As Long, ByVal lpfnCB As Long) As Long
API, but i need it to work for files downloaded after processing from a server scripted page, like this URL for example which is to download a file...
http://download.com.com/3002-2099-10182779.html?tag=dir
Hope that better explains
this is what i found:
hope this helps. :DQuote:
Sometime in the near future, Earth will be invaded by chickens from another galaxy who are bent on revenge against the human race for oppressing Earth chickens. Take the world's fate in your hands (or at least have an omelette) in this modern rendition of the '80s classic.
do you need to design a page that would automatically trigger the download manager? or do i get it wrong again?
hmmm whoops:)
OK...
say i have a text box, in there i type a URL, no wait wait, i wont lie any longer:(
here is the source code, then u will know what i mean. hopefully.