wom - Friday, August 26, 2011 5:54 AM:
Hi,
What I have done:
Logged in as admin. Selected AdministrationFiles in TOC. Selected a row in the grid, clicked Main MenuFileOpen and I got the following url:
localhost/.../vaultserver.aspx
But if I call the url inside the IE alone, I get the error HTTP 404... website not found ...
The same error I get, if I only try to acces the vaultserver without parameters (dbName, FileId, FileName) - like in the readme.txt is described.
My task is to show a preview of a part.
If I call in the method the image-src about the file-reference
// Populate the image box with the image (loaded from the local OS using file://) elem.innerHTML = "<img height='"+elem.height+"' width='"+elem.width+"' src='file:///"+fileName+"'/>";