Hi, On Thu, Jan 21, 2010 at 11:58 AM, Odie1001 <[email protected]> wrote: > The file that we need to retreive from the JCR is a .wav file that will be > played by our custom app however if fails every time we try to get the file. > The server is serving the file with a mime type of Application/octet-stream > when it needs to be audio/x-wav.
Check the jcr:content/jcr:mimeType property of the file node. It's probably set to application/octet-stream. BR, Jukka Zitting
