cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading large files using UploadContentServlet

vidhya
Champ in-the-making
Champ in-the-making
I am uploading big files as described in http://wiki.alfresco.com/wiki/URL_Addressability#UploadContentServlet

If I specify the URL with path like http://ps5625:9090/alfresco/upload/workspace/SpacesStore/Company%20Home/WilliamsLeaSpace/ the servlet returns error expectations not met. what is the meaning of this error ? Am I making some mistake in constructing the path ?

If I specify URL without path like http://ps5625:9090/alfresco/upload, the upload goes through and I get HTTP 200 as the status (success), however, I cannot see the uploaded file in Alfresco client.
What is the default space in which it is stored ? why is it not found on the Alfresco client ( I did a search on name and yet did not find it.)
How do I make my uploaded content (uploaded through servlet PUT method) appear on the client ?

Please help !!! I have spent a lot of time trying this but not finding a solution Smiley Sad
1 REPLY 1

michalwrobel
Champ on-the-rise
Champ on-the-rise
Some time have passed but I had the same problem lately and found a quick solution which I published here:
http://blog.mwrobel.eu/uploading-big-file-alfresco-web-services/

I hope it will be useful for someone else.

If there is a better way to do this, feel free to comment Smiley Wink