Re: How to read file content from servlet?

2007-05-14 Thread Johnny Kewl
ull) { in.close(); } } out.close(); Should get u going.. - Original Message - From: "Teh Noranis Mohd Aris" <[EMAIL PROTECTED]> To: Sent: Monday, May 14, 2007 5:57 AM Subject: How to read file content from servlet? Dear All, I have an applet that sends data name, s

How to read file content from servlet?

2007-05-13 Thread Teh Noranis Mohd Aris
Dear All, I have an applet that sends data name, score and ScoreFile to a servlet that get these data to be saved in a file. My question is, how can I send these data from the servlet to the applet (reversed) so that I can use only the data name in processing? Please help. Thank you.