Results 1 to 4 of 4

Thread: DownloadFile Function in COM

Threaded View

  1. #2

    Thread Starter
    New Member
    Join Date
    Jan 2007
    Posts
    12

    Re: DownloadFile Function in COM

    pleaszzzzzzzzzz, anyone help me?

    I started with Upload function and made it working, but now I am pulling my hair to figure out downloadfile function.

    Private Declare Function DoFileDownload Lib "shdocvw.dll" (ByVal lpszFile As String) As Long

    Public Sub DownloadFile(ByVal URL As String)
    DoFileDownload StrConv(URL, vbUnicode)
    End Sub

    It's working when I create standard EXE, but when I create a dll and call in asp, it's not working, but there is no error!

    Pleasezzzzzzzz help!!!
    Last edited by RedButton; Jan 4th, 2007 at 10:53 PM.

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