- From: Adel Ghlamallah <aghlamal@crim.ca>
- Date: Mon, 17 Nov 1997 17:02:29 -0500
- To: "www-jigsaw@w3.org" <www-jigsaw@w3.org>
Hi Can I create a file and write in it from a servlet ? I tried this but nothing happen: FileOutputStream fout = new FileOutputStream("test.html"); PrintStream pout = new PrintStream(fout); pout.println("<HTML> ......."); Adel
Received on Tuesday, 17 February 1998 16:58:13 UTC