Are you able to save the image files to /static/images?

If so, then you should be able to display them on a web page with this HTML 
in your view:
<img src="{{=URL('static', 'images/cavityflow.gif')}}"/>

Reply via email to