質問編集履歴

2

2016/12/19 04:31

投稿

amaguri
amaguri

スコア227

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  test.html
12
12
 
13
-
13
+ ```
14
14
 
15
15
  <form action="test.php" enctype="multipart/form-data" method="post">
16
16
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  <input type="button" name="actionConfirmation" value="確認">
22
22
 
23
-
23
+ ```
24
24
 
25
25
 
26
26
 
@@ -30,8 +30,10 @@
30
30
 
31
31
  //ファイル名取得
32
32
 
33
+ ```
34
+
33
35
  $file_name=$_FILES['file_name']['name'];
34
36
 
35
-
37
+ ```
36
38
 
37
39
  ファイルの名前の取得を行いたいのですがうまくいきませんなにか間違えていますでしょうか?

1

2016/12/19 04:30

投稿

amaguri
amaguri

スコア227

test CHANGED
File without changes
test CHANGED
File without changes