
File upload from VB 6 to ASP file using http form post
This looks like this might work for some of us, but requiring on the
back-end the aspSmartUpload component kinda jinx's the solution... ;-)
Jack
Quote:
> File transfer via HTTP
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=6...
WId=1
Quote:
> On Wed, 11 Sep 2002 17:11:17 -0700, "David"
> >Hi Lance & Max,
> >Thanks, but I'm looking for source code. Do you know where I can find
source
> >code for this solution?
> >~ David
> >> Check out my HTTPDownloader component - just PostDataToPage with a file
> >data
> >> enabled field. You can download the help files as well, it has an
example
> >of
> >> how you would do it.
> >> --
> >> Max Bolingbroke
> >> http://www.bolingbroke.net/novanet/
> >> > How can i automate the upload of a binary file from a VB client to an
> >ASP
> >> > page using http form post? (basically I'm looking for something
similar
> >to
> >> > the SAXFileup client component) I must do it by connecting to a web
page
> >> > because I want to put the file into a database on the web server.
I've
> >> > already figured out how to handle it on the server using only ASP,
but
> >> > nothing I've seen posted here shows how to post the file without FTP.
> >> > Can anyone help me?
> >> > Thanks
> >> > David