Results 1 to 5 of 5

Thread: Download

  1. #1

    Thread Starter
    Junior Member mortolee's Avatar
    Join Date
    Nov 2002
    Location
    england, essex
    Posts
    20

    Download

    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???
    I believe in Death after Life!

  2. #2
    Fanatic Member
    Join Date
    Feb 2003
    Location
    Los Angeles, CA
    Posts
    681
    use an internet transfer control, more exactly its .OpenURL method.
    there are 2 reasons why i leave my work unfinished:
    (1) i'm getting old.

  3. #3

    Thread Starter
    Junior Member mortolee's Avatar
    Join Date
    Nov 2002
    Location
    england, essex
    Posts
    20
    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
    I believe in Death after Life!

  4. #4
    Fanatic Member
    Join Date
    Feb 2003
    Location
    Los Angeles, CA
    Posts
    681
    this is what i found:
    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.
    hope this helps.

    do you need to design a page that would automatically trigger the download manager? or do i get it wrong again?
    there are 2 reasons why i leave my work unfinished:
    (1) i'm getting old.

  5. #5

    Thread Starter
    Junior Member mortolee's Avatar
    Join Date
    Nov 2002
    Location
    england, essex
    Posts
    20
    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.
    Attached Files Attached Files
    I believe in Death after Life!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width