Hi All,
Im new to forum and to java . Im devloping an application that uses HttpServlet for receiving request from mobile device.
Im uploading an image from mobile to server and saving it on server.
I am accepting one chunk in one request and saving it locally.
But i dont know how to save second chunk along with first. Means append next to previous.
Please need help. If any body knows please tell me.
If any can give code snippet then it will be great