Serverside streaming.

Friends,

In my current project, i want to save the IE content as an MHT file,and upload that saved file in the server.I have tried methods using VB which will read and save the file in the temporary location in the client machine.Now due to securtiy reasons, i cant go ahead with this approach, i am trying to ge teh content of the IE file to the server , as a.stream, then write that stream to a temporary file in the server.

Is there any utitily/open java source available to achieve this?

hope this isnt a unique problem,if any of you have come across any such please throw some light.

Thanks

Vishy

[639 byte] By [vishyscreena] at [2007-11-27 11:27:40]
# 1

> IE content

> IE file

What is it?

> as a stream

?

Does the server has some streming client which some people see on the server machine?

Or, is it a simple file upload requirement?

hiwaa at 2007-7-29 16:17:30 > top of Java-index,Java Essentials,Java Programming...
# 2

Well i want to launch a new window say a google.com page by passing some query content.When the page launches with the search result.i want to read the entire page content .As this will be happneingi n the serverside, i want to bring the content as a stream to my server.

This is wjhat i m ean by reading the IE content.

Can u suggest some way for doing this?

vishyscreena at 2007-7-29 16:17:30 > top of Java-index,Java Essentials,Java Programming...