Hi All
Now i have another issue. Previously i was uploading files from my machine only.
Now i am sending multipart request from the jsp (means sending text as well as file from any machine). i have one application that is able to give the file name and it's data. and after that i am passing that file name and data (two String Object) to WebserviceSample project class for uploading that file to alfresco.
It's uploading the file and it's showing the file size also in alfresco but contents are not there.
Now I am passing 'data' String object and converting it to bytes.
Regards
Nishant