Hi all,<br />
<br />
I create lot of images at runtime in my web app. In birt 2.2.1, I used to pass the path(ex: c:/temp/test.png) as a parameter for the image<br />
<br />
<expression name="uri">params["Image1"]</expression><br />
<br />
In birt 2.3.2, I cannot use URI for a file that is on the local file system at runtime.<br />
<br />
What is the best alternative way to create image at runtime and use the path?<br />
<br />
I don't want to use the approach mentioned in <br />
<a class='bbc_url' href='
http://www.birt-exchange.com/forum/eclipse-birt-newsgroup-mirror/13928-barcode-fly.html'>http://www.birt-exchange.com/forum/eclipse-birt-newsgroup-mirror/13928-barcode-fly.html</a><br />
because there are lot of images and it is lot of code to add for each image's oncreate.<br />
<br />
Thanks in advance for your help,<br />
Bindu