AW: can't open file on web server

2017-01-27 Thread Tiemo Hollmann TB via use-livecode
: Malte Brill <revolut...@derbrill.de> Betreff: Re: can't open file on web server Hi Tiemo, did you try the URL directly without using the binfile keyword? put URL „http://www.somServer/someImage.jpg <http://www.somserver/someImage.jpg>“ into img „myImage“ ? This works here. If you are

Re: can't open file on web server

2017-01-26 Thread Malte Brill via use-livecode
Hi Tiemo, did you try the URL directly without using the binfile keyword? put URL „http://www.somServer/someImage.jpg “ into img „myImage“ ? This works here. If you are using either the file or binfile keyword you are indicating file access to the engine,

can't open file on web server

2017-01-26 Thread Tiemo Hollmann TB via use-livecode
Hello, I have a field "MediaFileLink", the content is a URL to an image on a web server like "http://myServer/myPath/myImage.jpg; this works in IDE: *set the filename of img "productimage" to field "MediaFileLink"* This works not in IDE: *put URL ("binfile:" & field "MediaFileLink) into image