File upload from VB 6 to ASP file using http form post 
Author Message
 File upload from VB 6 to ASP file using http form post
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



Sun, 27 Feb 2005 05:39:12 GMT  
 File upload from VB 6 to ASP file using http form post
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/


Quote:
> 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



Sun, 27 Feb 2005 14:42:25 GMT  
 File upload from VB 6 to ASP file using http form post
Hi Lance & Max,

Thanks, but I'm looking for source code. Do you know where I can find source
code for this solution?

~ David


Quote:
> 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



Mon, 28 Feb 2005 08:11:17 GMT  
 File upload from VB 6 to ASP file using http form post
File transfer via HTTP

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=6...

On Wed, 11 Sep 2002 17:11:17 -0700, "David"

Quote:

>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



Mon, 07 Mar 2005 17:09:16 GMT  
 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



Tue, 05 Apr 2005 07:06:14 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. VB ActiveX to upload a file using HTTP Post

2. VB ActiveX to upload a file using HTTP Post

3. File Upload Using HTTP Post w/INET Control

4. HOW Do U Upload a File as part of a FORM POST using VB.NET

5. Datei Upload per HTTP / File upload via HTTP

6. inet http post file upload problem

7. Uploading File with HTTP POST useing the VB5.0(sp3) internet transfer Control

8. Uploading File with HTTP POST

9. How to upload binary files using HTTP

10. How to Upload Binary file using HTTP

11. Uploading a file using Inet control with HTTP

12. File upload using Internet Transfer Control and HTTP PUT

 

 
Powered by phpBB® Forum Software