Error Messages/43742
< Error Messages
Revision as of 18:56, 8 December 2015 by Lchrisman (talk | contribs) (Created page with "== Error Message == :Attempt to use Function ReadImageFile() to read ::"http://www.lumina.com/images/uploads/main_images/ACP_Cloud_symbol.png" :ReadImageFile() cannot...")
Error Message
- Attempt to use Function ReadImageFile() to read
- ReadImageFile() cannot read directly from a URL. Use ReadFromURL() instead.
Description
ReadImageFile( ) does not have the capability to read images from URL; however, ReadFromURL() can do so. Hence, if you are indeed intending 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
Enable comment auto-refresher