cancel
Showing results for 
Search instead for 
Did you mean: 

Read a ContentData

eumene
Champ in-the-making
Champ in-the-making
Hi,

I have a problem with the ContenData properties.

I want read a ContenData and show it on my jsp page, but I didn't found any suggest about this.

Can somebody help me? Please.

Thanks and sorry for my english.

Bye

Diego
1 REPLY 1

kevinr
Star Contributor
Star Contributor
Which APIs are you using - I assume the standard Java APIs. You generally use the ContentService to deal with ContentData type properties as they encapsulate the information needed to access the content mimetype, size and the binary content itself. Take a look at the ContentService API docs. See something like the DownloadContentServlet source code for examples of processing those properties.

Thanks,

Kevin