AlesD Posted May 1, 2017 Posted May 1, 2017 (edited) Hi I can not fiddle out how to make it work. I have tried several browsers with same result. We are using FM 12 server. I tried this file paths file:///C:/file.jpg C:/file.jpg file://localhost/C:/file.jpg and few others I'm using this code in the Web Viewer which is working fine in FM client but not in browser "data:text/html, <html> <head> <style type=text/css> " & table::style & " </style> </head> <body> <div class='thumb'> <span class='helper'></span><img class='thumb' src='" & table::ThumbnailPath & "'> </div> </body> </html>" If it's caused by fact image is not present in web site folder as stated in document then my question is if it possible use unc network path in filename like file://///other_than_fmserver/networkpath/file.jpg. I wasn't successful either. Any help appreciated Thank you Edited May 1, 2017 by AlesD
Recommended Posts
This topic is 3118 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now