Uploading File with HTTP POST 
Author Message
 Uploading File with HTTP POST

I need to create an application to upload a file using VB or java. For
certain reasons, I have to use HTTP POST. Can anyone help me? Thanks in
advance.

Sent via Deja.com http://www.*-*-*.com/
Share what you know. Learn what you don't.



Sun, 23 Dec 2001 03:00:00 GMT  
 Uploading File with HTTP POST

* I need to create an application to upload a file using VB or java. For
* certain reasons, I have to use HTTP POST. Can anyone help me? Thanks in
* advance.

I've been trying to do the same thing.  If you get any responses, please
forward them on.

Thanks,

Shane-

--

(_ |_  _.._  _  | \ _ |_)o _| _| _ ._ AnotherNet The #1 family oriented
__)| |(_|| |(/_ |_/(/_| \|(_|(_|(/_|  online community.



Sun, 23 Dec 2001 03:00:00 GMT  
 Uploading File with HTTP POST
 A couple months ago i wrote a app that sends a file from a client to a
server via http post, using vb6 components.  It requires a custom
activex control in the browser to convert the file into 'string hex' in
32k chunks and post them back to a dll on the server, which reassembles
them into a file (kind of, actually it inserts them in a database).

the custom vb control poses some downloading problems.  its not a
trivial solution but the basic infrastructure can be used for alot of
really interesting other applications.

  - ken


Quote:

> I need to create an application to upload a file using VB or java. For
> certain reasons, I have to use HTTP POST. Can anyone help me? Thanks
in
> advance.

> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


Tue, 25 Dec 2001 03:00:00 GMT  
 Uploading File with HTTP POST

Quote:

>I need to create an application to upload a file using VB or java. For
>certain reasons, I have to use HTTP POST. Can anyone help me? Thanks in
>advance.

Our HTTP control and library allows you to use PUT to upload
files; it's possible to do, but it wouldn't be as straight-forward.
You can pull down our SocketTools from www.catalyst.com and if you

will fill you in on what exactly it is that you need to do.

David

----

Catalyst Development Corporation          Web:   http://www.catalyst.com



Wed, 26 Dec 2001 03:00:00 GMT  
 Uploading File with HTTP POST
Thanks for all your replies.

I have already managed to write my own control to allow the uploading of
files using the HTTP POST. The control follows the RFC 1867 and works
with both CGI and ASP.

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.



Mon, 31 Dec 2001 03:00:00 GMT  
 Uploading File with HTTP POST

Quote:
> Thanks for all your replies.

> I have already managed to write my own control to allow the uploading of
> files using the HTTP POST. The control follows the RFC 1867 and works
> with both CGI and ASP.

Any chance of you posting some code or information?

--Dave



Tue, 08 Jan 2002 03:00:00 GMT  
 Uploading File with HTTP POST
The control makes use of the MSINET control to POST the required
information to the server. Sorry but the code is too long to posted.
Email me if u are interested in the control.



Quote:

> > Thanks for all your replies.

> > I have already managed to write my own control to allow the
uploading of
> > files using the HTTP POST. The control follows the RFC 1867 and
works
> > with both CGI and ASP.

> Any chance of you posting some code or information?

> --Dave

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.


Sat, 12 Jan 2002 03:00:00 GMT  
 Uploading File with HTTP POST
I've recieved several request for my control. Hence, I've put it up at
my web page at http://www.singnet.com.sg/~kegoh. You can download it if
you are interested. Hope it is useful.

Chin Seng

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.



Sat, 26 Jan 2002 03:00:00 GMT  
 
 [ 8 post ] 

 Relevant Pages 

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

2. File upload from VB 6 to ASP file using http form post

3. Datei Upload per HTTP / File upload via HTTP

4. VB ActiveX to upload a file using HTTP Post

5. inet http post file upload problem

6. VB ActiveX to upload a file using HTTP Post

7. File Upload Using HTTP Post w/INET Control

8. Multipart MIME/HTTP Upload - Post

9. HTTP file upload in Visual Basic

10. File Upload via HTTP.

11. HTTP file upload

12. Upload File via HTTP?

 

 
Powered by phpBB® Forum Software