摘要:
php无法下载jpg文件的解决方法,jpg格式的文件,点击在浏览器中打开显示为红叉代码如下:$filetype = "image/pjpeg";header("content-type: {$filetype}");header("expires: 0");header("cache-control: must-revalidate, post-check=0,pre-check=0");header("pragma: public");$file_content = file_get_cont 阅读全文
posted @ 2011-04-02 16:52
志向不在北京
阅读(765)
评论(1)
推荐(1)