Displaying scanned document from a browser
-
Hi, I have scanned a document, stored it file in a folder on the server and stored its path in a field in db. I have a grid that display a link or viewer image that point to the the scanned document I wish to display the scanned document when i click the viewer or link. Please how do i display document on the server from the browser. Am a web developer using C#
Banjo Ayorinde
-
Hi, I have scanned a document, stored it file in a folder on the server and stored its path in a field in db. I have a grid that display a link or viewer image that point to the the scanned document I wish to display the scanned document when i click the viewer or link. Please how do i display document on the server from the browser. Am a web developer using C#
Banjo Ayorinde
You could use UNC and HTML like so. e.g. <a href="file://///domain/site/images/scanned/1.jpg" target="_blank">Scanned Image</a>
Regards Julian Mummery
Please Visit my FREE Bug / Fault Logging Website at FaultLogger.com**
**