Jump to content

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

Recommended Posts

Posted

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.

Posted

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.

Posted

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?

Posted

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.

Posted

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?

This topic is 7868 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.