whitesox99
MIS
Hi,
I am trying to write a servlet that will be called by some third party client and send a file. Inside the servlet I want to read that file and store it on a filesystem. Can someone guide me on how to handle this. How can I also check if there is really some data send by the client. For testing how can I write client application that calls this servlet and pass in a file i.e. text,binary etc. and in the servlet read and store.
Thanks
I am trying to write a servlet that will be called by some third party client and send a file. Inside the servlet I want to read that file and store it on a filesystem. Can someone guide me on how to handle this. How can I also check if there is really some data send by the client. For testing how can I write client application that calls this servlet and pass in a file i.e. text,binary etc. and in the servlet read and store.
Thanks