
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.