Hi,
This may not be a rails issue, if not apologies.
I have an application which allows image downloads.
The image is downloaded with the code: send_data(@wallpaper.image, :filename => @ wallpaper.path, :type => @wallpaper.image_content_type, :disposition => “downloaded”)
However, Internet Explorer doesn’t download the image, it just displays it. I know can do the
whole ‘Right click and choose save as’ thing but I was wondering is there a method of avoiding this with rails.
Thanks in advance,
Keith