質問編集履歴

2

修正

2018/04/28 10:40

投稿

HiruLow
HiruLow

スコア55

test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
 
36
36
 
37
- ```ここに言語を入力
37
+ ```php
38
38
 
39
39
 
40
40
 
@@ -46,17 +46,17 @@
46
46
 
47
47
 
48
48
 
49
- //試しにエラー箇所をコメントアウト
49
+ # 試しにエラー箇所をコメントアウト
50
50
 
51
- // if (move_uploaded_file($this->request->data["postfile"]["file"]["tmp_name"],, $uploaddir )){
51
+ # if (move_uploaded_file($this->request->data["postfile"]["file"]["tmp_name"],, $uploaddir )){
52
52
 
53
- // $this->response->body('Connect');
53
+ # $this->response->body('Connect');
54
54
 
55
- // }else{
55
+ # }else{
56
56
 
57
- // $this->response->body('ERROR');
57
+ # $this->response->body('ERROR');
58
58
 
59
- // }
59
+ # }
60
60
 
61
61
  $this->response->body(var_dump( $this->request->data));
62
62
 

1

誤字修正

2018/04/28 10:39

投稿

HiruLow
HiruLow

スコア55

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  $this->autoRender =false;
44
44
 
45
- $uploaddir = ""/img/files".$this->request->data["FileNum"];
45
+ $uploaddir = "/img/files".$this->request->data["FileNum"];
46
46
 
47
47
 
48
48