CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Posts
    20

    File Upload Control

    Can anybody help me in creating (or send me the VB source code) for file upload control ? What I require is a dll (vb source code included) whose classes and functions I will be calling in my ASP program for uploading files. The files I need to upload are generally images (gifs, jpgs etc..)

    Regards,
    Krishnaraj


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: File Upload Control

    There's the code for a FTP class module at :

    http://www.codeguru.com/vb/articles/1852.shtml - this uses the WinInet.DLL that comes with IE3+

    You can use the declares in the class module to (probably) use an http connection also, although I've not tried it.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  3. #3
    Join Date
    Dec 1999
    Posts
    20

    Re: File Upload Control

    chris,
    Thanks for the reply. But what i need is not an upload to the ftp server but an upload control with which i can send the images or any files submitted through <form> to an SQL database. I am looking for a vb component which can be used with ASP. Can u help me in this regard?
    bye
    krish


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

Featured