October 15, 200718 yr Newbies I am publishing a production tracking database using IWP and want thumbnail images to appear on the detail page. I have a calculation with result container to access the images stored on another webserver. The problem is that the url required to access the images is case-sensitive (ie /Volumes/Raid/ is not the same as /volumes/raid/) but the url that Filemaker uses is all lowercase. I have tried Upper() but it makes no difference. Any ideas?
November 27, 200718 yr This can probably not be solved at the Filemaker level... Modify the URL at the server level. Ideas: -make a new mountpoint/share with a suitable name -use a URL rewriting technique (like mod_rewrite in Apache) to fixup the 'broken' URLs coming from IWP YMMV /HotSupport
Create an account or sign in to comment