cancel
Showing results for 
Search instead for 
Did you mean: 

How do you get the content iteslf?

stevescott
Champ in-the-making
Champ in-the-making
Lets say Ive got a text file Ive found from alfresco, and from that I grab the url

How can I get the content of that text file?  I can display it in an iframe, but I want that to be part of my object returned from the server

Steve
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
Each content property has a URL of its own.

stevescott
Champ in-the-making
Champ in-the-making
Each content property has a URL of its own.

So there's no webservice to retreive the content as a stream though?  I need to create my own request to that URL and grab the data myself, correct?

mrogers
Star Contributor
Star Contributor
There's the content webservice. 

http://wiki.alfresco.com/wiki/Content_Web_Service

There are also WebScripts for accessing content.