2008-12-19 13:53:26 PST
Hi,
I've never tried to use a
file:// location in a report, I'm not sure if that would ever work... I would suggest this... place the file in a known location on your file system (c:\temp for example, assuming Windows), load the file in your web browser and copy the URL it generates. That way you know it's correct. Use that in your report and see if it works. That will at least prove that *can* work.
To the best of my memory, which is flaky because the last time I personally tried to use an image in a report was literally years ago, the URL has to adhere to the Java URL class scheme, which I kinda remember not including
file:// addresses. I could be wrong about this, but that's why I suggested the test above, no need to rely on my memory at all when a simple test will give you the answer :)
Frank