cancel
Showing results for 
Search instead for 
Did you mean: 

[Resolved]: Not able to see the content of the uploaded file

unknown-user
Champ on-the-rise
Champ on-the-rise
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
1 REPLY 1

unknown-user
Champ on-the-rise
Champ on-the-rise
Hi All

I have resolved this issue. Now i am getting the file using multipart request and getting Input stream of the file which we need to upload in alfresco.and then i am passing this input stream to webservice upload method.

Regards
Nishant