drphfy1198 2013-03-15 15:28
浏览 79
已采纳

PHP:如何从磁盘输出到浏览器的png图像?

I've a file on a folder on disk I don't want to be visible from web browser

So i create an image.php file that take a file name and must 'do echo' to browser of the image.

Example:

mysite.com/image.php?name=selection.png

must show an image to the user into the browser.

Actually browser ask me to save. I want to show it, not do ask to download...

i'm using this snippet

header("Content-Type: image/png");
header('Content-Length: ' . filesize($full_file_name));
header("Content-Disposition: inline; filename='$image'");
readfile($full_file_name);
exit(0);

if saved and opened, img is perfect. How to NOT ask to download it?

EDIT

  • Yes, i need something to use into image tag

Most of you are replying to my question telling me about image creation, but my question is all about different mode to tell to browser to show something and to ask to user to save something. NO MORE REPLY ABOUT IMAGE CREATION - YOU'RE OFF-TOPIC !

Probably my question, my title, is not clear, but my question is simple:

- How to tell to browser to SHOW an image insted to ask user to save it

Image creation is working

Image usage via imag src is working

**But when user clicks on image, a new tab is opened with the images src as link, because I need to show full size image into browser. In this situation browser ask me to save !

EDIT:

Removing

header("Content-Disposition: inline; filename='$image'");

doesn't change Firefox behaviour

  • 写回答

5条回答 默认 最新

  • duanlu7223 2013-03-15 15:36
    关注

    try;

    header("Content-type: image/png");
    passthru("cat $full_file_name");
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(4条)

报告相同问题?

悬赏问题

  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥30 BC260Y用MQTT向阿里云发布主题消息一直错误
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏
  • ¥15 划分vlan后,链路不通了?
  • ¥20 求各位懂行的人,注册表能不能看到usb使用得具体信息,干了什么,传输了什么数据
  • ¥15 Vue3 大型图片数据拖动排序
  • ¥15 Centos / PETGEM
  • ¥15 划分vlan后不通了
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)