Save HTML file on server before opening on IE page client side.

Hy,

I wonder if it is technically possible with Java to make this operations:

I save automatically a file on a server (rtf, or html) generate from a form in a web client page and in the same times (after save action) it make it appear on the web client.

To resume, if i was a little confuse, i have a form , i pass my parameters and when i submit the parameters, i save a RTF file (generate with my parameters) and i display the file on my client web .

Thx for help

[496 byte] By [richie03a] at [2007-10-2 21:55:37]
# 1

Not sure if this is what you are looking for or will help but in this post I have sample code for a servlet filter that stores the html being sent to the browser as a file on the server hard drive. You could easily adapt the code to save the form being sent to the user to a file.

http://forum.java.sun.com/thread.jspa?forumID=45&threadID=678756

tolmanka at 2007-7-14 1:11:39 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...