Jump to content

Image in Web Viewer won't show up in IWP


This topic is 2514 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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 by AlesD
Link to comment
Share on other sites

This topic is 2514 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.