Avatar

Level 6

Saving the file on the file system then redirecting to it would cause a security hole in my case. A work around I found is I can use the Repository APIs to store the document into the LiveCycle Repository setting the mime type at that time. I can then redirect to a WebDav URL to retrieve it. The WebDav URL is secured and will not require the user to log in again when already logged into Workspace. Writing to the repository using WebDav will set the mime type incorrectly for the Office 2007 file types.