I've got a grid that is trying to export images that are on my website, but the images themselves reside on a file server on our local network. The file share is mapped using an IIS virtual directory and NOT stored on the webserver.
So while the grid can display the images, the PDF export fails because it can't map it to the remote server. Instead of trying to find the file at
\\fileserver\\share\image.jpg it keeps trying to find it at C:\\<website directory>\share\image.jpg which doesn't exist.
Is this a limitation of the PDF export or can I make this work?
Thanks in advance.
David
So while the grid can display the images, the PDF export fails because it can't map it to the remote server. Instead of trying to find the file at
\\fileserver\\share\image.jpg it keeps trying to find it at C:\\<website directory>\share\image.jpg which doesn't exist.
Is this a limitation of the PDF export or can I make this work?
Thanks in advance.
David