vasilek Posted July 15, 2003 Posted July 15, 2003 Hi. I have a problem displaying in the Web Browser images stored in the container field of FileMaker using Lasso. They are JPEGs and I use the following syntax: [image_URL:'Products::SmallImage' ,JPEG]. As you can see, the image itself is in related database and it is displayed as a related field in the database I am trying display it from. Didn't have any problems with it when was using CDML.
Anatoli Posted July 16, 2003 Posted July 16, 2003 To display images from FM is wrong in any case. WC is dramatically slowed down with images. BTW WC is serving images to web or to Lasso. But put the images to your web server and link them from FM database through Absolute URL.
vasilek Posted July 17, 2003 Author Posted July 17, 2003 Yes, the related field is on the layout. WC is serving images to the web through Lasso (LDML). In the solution I have, all the images are stored in FM and served to the web from it. But, I will should probably reference images via URL. I noticed myself that they are loading very slow. Thanks to Anatoli, cause I thought it just seemed this way. Anatoli, will moving images out of databases to the hard drive and reference them from FM, increase overal speed for the entire solution, or just will make images load faster?
Anatoli Posted July 18, 2003 Posted July 18, 2003 Vasilek, if images will be served by ANY regular web server with full path to the image, then yes, everything might run faster, because when WC is busy with serving 100k image, WC cannot do something else -- get request and server result. In HTML page I have the CDML (in this case) code like: http://www.server.com/oa/[FMP-field: picturename, URL] All pictures sit in folder "oa" on that server.
vasilek Posted July 18, 2003 Author Posted July 18, 2003 Anatoli, Is the existence of container fields in the database, even if they are not called to be displayed on the web, still slowing down the process?
Anatoli Posted July 18, 2003 Posted July 18, 2003 IMHO no in CDML/WC, yes in Lasso on Lasso serving layout. I didn't have the time verify Lasso for that, but that was explained on Lassolist.
Recommended Posts
This topic is 8067 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