May 1, 20178 yr 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, 20178 yr by AlesD
Create an account or sign in to comment