質問編集履歴

3

イメージ画像

2017/04/20 04:23

投稿

mosa
mosa

スコア218

test CHANGED
File without changes
test CHANGED
@@ -60,4 +60,4 @@
60
60
 
61
61
 
62
62
 
63
- ![イメージ説明](295fea6e1ee3d3f3a92e5cb3e84fad1c.png)
63
+ ![イメージ説明](a78abbc8aa97c54a2f6ccfa094012b4f.png)

2

Chromeのタイムアウト画面を追加

2017/04/20 04:23

投稿

mosa
mosa

スコア218

test CHANGED
File without changes
test CHANGED
@@ -49,3 +49,15 @@
49
49
  Apache2.4
50
50
 
51
51
  PHP5.6 (CakePHP3.2)
52
+
53
+
54
+
55
+ ---
56
+
57
+
58
+
59
+ ブラウザ側のタイムアウト(Chrome)
60
+
61
+
62
+
63
+ ![イメージ説明](295fea6e1ee3d3f3a92e5cb3e84fad1c.png)

1

微修正

2017/04/20 04:18

投稿

mosa
mosa

スコア218

test CHANGED
File without changes
test CHANGED
@@ -26,15 +26,15 @@
26
26
 
27
27
  set_time_limit(0);
28
28
 
29
- header('Content-Type: application/zip;');
30
-
31
- header('Content-Disposition: attachment;filename="huge.zip"');
32
-
33
29
 
34
30
 
35
31
  // ZIPファイル生成のとても時間がかかる処理
36
32
 
37
33
 
34
+
35
+ header('Content-Type: application/zip;');
36
+
37
+ header('Content-Disposition: attachment;filename="huge.zip"');
38
38
 
39
39
  $file = fopen($zip, 'r');
40
40