Hi, Thanks for ur response.
Actually, I am setting the mime type as "application/octet-stream" if mime type is null.But in my case,I am getting the mime type as "image/tiff" as you said rightly.but still I am facing the issue :( Thanks & Regards, Gandhi Rajan.N ________________________________ -----Original Message----- From: Julio Castillo [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 12:14 PM To: [email protected] Subject: RE: Accessing tiff file using webdav Could it be because you used application/octet-stream as mime type rather than image/tiff? ** julio -----Original Message----- From: Angela Schreiber [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 07, 2008 11:37 PM To: [email protected] Subject: Re: Accessing tiff file using webdav hi > Node tiffNode = root.addNode(file.getName(), "nt:folder"); > Node fileNode = tiffNode.addNode(file.getName(), "nt:file"); > Node resNode = fileNode.addNode("jcr:content", "nt:resource"); [...] > Actually, I am able to add the tiff file to the workspace by using the > code above. But my problem is when I am trying to access this tiff > file via browser (using webdav functionality), the tiff file is not > opening up (i.e its not asking for an option to save or open) instead > it opens up like a folder structure in browser (/default/Original > Image.tif/Original Image.tif/jcr:content). > But I want to get the actual tiff file via browser using webdav.How do > I do that? if you are using the SimpleWebdavServlet it should work as expected. can you please check if you are not (just by coincidence) accessing the JcrServerServlet? if you are indeed using the simple server, you may provide a log of the http conversation... i wouldn't know just from the top of my head, what would be wrong then. angela iGATE is Ranked No. 3 in DQ-IDC best IT employer survey and Ranked No.6 by Business Today-Mercer Human Resource Consulting-TNS in a cross industry survey of Best Companies to work for in India ----------------------------------------------------------------DISCLAIMER--------------------------------------------------------- Information transmitted by this EMAIL is proprietary to iGATE Group of Companies and is intended for use only by the individual or entity to whom it is addressed and may contain information that is privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient of this EMAIL immediately notify the sender at iGATE or [EMAIL PROTECTED] and delete this EMAIL including any attachments
