URLToImage

Parent Previous Next

Full Library / Source / File Import /  URLToImage
Block Name: URLToImage

It is possible to load a file from the local file system by using the prefix "file://" instead of "http://". Relative file paths are allowed. To specify a file relative to the current directory, use "../" or "./". For example, if the current directory contains a file called "test.jpg", then sourceURL should be set to "file:./test.jpg". If the parent directory contains a file called "test.jpg", then sourceURL should be set to "file:../test.jpg". To reference the file test.jpg, located at "/tmp/test.jpg", sourceURL should be set to "file:///tmp/test.jpg" The default value is "file:///tmp/test.jpg".




Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source