Hi problem in Input stream - Junk character
Hi
We are developing a application in which a java servlet reads a request from a xls file
The request is sent from a macro written in excel file.
The request sends a xml file content in byte form.
This we read in the servlet as a datainputstream.
While printing we encounter a problem
After every valid character a junk character is also getting printed(it is in form of a square).
example
< (junk) x (junk) m (junk).............
Can somebody help how to solve this
Thanks
Ottran
Message was edited by:
Ottran

