aarjunmuthu Posted June 29, 2012 Posted June 29, 2012 Hi i would like to add image from container field to webviewer using <img> tag. My image is present in my local disk. i used reference of image but it is not showing image. it is just showing cross mark.. Kindly reply. Thanks in advance.
fseipel Posted September 7, 2012 Posted September 7, 2012 This is most likely because the link (file url) is incorrect. Using a web browser, open the image in the browser (File|Open) and then copy the URL from the address bar into Filemaker. Using a data URL, a Filemaker link might look something like this: Set Web Viewer|Go to URL "data:text/html," & "<html><body><img src='file:///C:/Users/Frank/Documents/eclipse/configuration/org.eclipse.osgi/bundles/731/1/.cp/icons/client_assemble.jpg' width='300' height='300' /></body></html>" You can thus scale the image by changing height and width appropriately.
beverly Posted April 25, 2014 Posted April 25, 2014 remember that with FM13, you have base64! and base64 *can* display in webviewer with the Data URI. http://en.wikipedia.org/wiki/Data_Uri
Recommended Posts
This topic is 3876 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