I am trying to export a jrxml containing a chart to html format.
From there I read the html file and send an html mail with the chart.
When am exporting the report to html, the src for the image is as follows:
src="report2.html_files/img_0_0_0"
and when the mail is sent, the chart is not displayed.
But when i change the src tag to: src="C:/report2.html_files/img_0_0_0"
, the image is being displayed. Is there a way to write the absolute path of the files in the html file?