Displaying 1 result from an estimated 1 matches for "my_gruff_controller".
2007 Apr 09
6
gruff send_data
Hi,
for those with experience of Gruff module: suppose I want to send
image from server straight to the browser (as example on gruff web
site):
  send_data(g.to_blob,
            :disposition => ''inline'',
            :type => ''image/png'',
            :filename => "gruff.png")
the server seems sending this binary data ok, but I am having