I have used a controller action for dynamically rendering image files from a url with the following method:
send_file( image_url, :disposition => 'inline', :type => 'image/jpeg', :x_sendfile => true )
Images are not showing up in IE:
Error:Unable to decode image at URL: http://filepathurl.com
Any help appreciated thanks