我使用控制器操作通过以下方法从 url 动态呈现图像文件:
send_file( image_url, :disposition => 'inline', :type => 'image/jpeg', :x_sendfile => true )
图像未在 IE 中显示:
错误:无法在 URL 处解码图像:http: //filepathurl.com
任何帮助表示感谢
我使用控制器操作通过以下方法从 url 动态呈现图像文件:
send_file( image_url, :disposition => 'inline', :type => 'image/jpeg', :x_sendfile => true )
图像未在 IE 中显示:
错误:无法在 URL 处解码图像:http: //filepathurl.com
任何帮助表示感谢