I am using Plone3 and zope 2.10, <br>I need to save PIL images generated through MatplotLib Graphs using External Methods to my zope site<br><br>I have used&nbsp; addImage(self,&#39;%s&#39; % img_id, title = &#39;%s&#39; % img_id, file=image_data.getvalue() )<br>
which adds image as a content type and also on the current context<br><br>Is there any other way to save images on my local zope site?<br><br><br>