ok I asked to fast IMG(_width = "200px", _src = URL(request.application, 'default/ download_show', model.graph))
def download_show(): return response.download(request,db, attachment=False) solved it On May 19, 12:45 pm, selecta <gr...@delarue-berlin.de> wrote: > I want to display an image like is is described in the image blog > example from the book, however it does not work since the SVG image is > returned as a download not an inline image. > I know that this default option is good for some browsers but in my > application I want the SVG to appear as an image in the html. > Is there a solution to that e.g. response.download(request,db, > inline=True)?