正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -178,7 +178,9 @@ class IndexController extends HomeBaseController | @@ -178,7 +178,9 @@ class IndexController extends HomeBaseController | ||
178 | ini_set('memory_limit', '512M'); | 178 | ini_set('memory_limit', '512M'); |
179 | header("Pragma: public"); | 179 | header("Pragma: public"); |
180 | header("Expires: 0"); | 180 | header("Expires: 0"); |
181 | - header("Content-Type: application/octet-stream"); //文件mime类型 | 181 | +// header("Content-Type: application/octet-stream"); //文件mime类型 |
182 | + header("Content-Type: video/mp4"); //文件mime类型 | ||
183 | + | ||
182 | //header("Content-Disposition: attachment; filename=video11.mp4;" ); //文件名$filename | 184 | //header("Content-Disposition: attachment; filename=video11.mp4;" ); //文件名$filename |
183 | //header("Content-Length: 83995"); //文件大小$fsize | 185 | //header("Content-Length: 83995"); //文件大小$fsize |
184 | ob_clean(); | 186 | ob_clean(); |
-
请 注册 或 登录 后发表评论