Error Messages/43742


Error message

Attempt to use Function ReadImageFile to read
    "http://www.lumina.com/images/uploads/main_images/ACP_Cloud_symbol.png"
ReadImageFile() cannot read directly from a URL. Use ReadFromURL() instead.

Cause

ReadImageFile() does not have the capability to read images from URL; however, ReadFromURL() can do so.

Remedy

If you would like to read an image from a web page, all you need to do is switch to using ReadFromURL. If the URL points to an image, an image is returned just like would be from ReadImageFile.

See Also

Comments


You are not allowed to post comments.