June 29, 201213 yr 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.
September 7, 201213 yr 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.
April 25, 201411 yr remember that with FM13, you have base64! and base64 *can* display in webviewer with the Data URI. http://en.wikipedia.org/wiki/Data_Uri
Create an account or sign in to comment