質問編集履歴

1

追記しました。

2019/04/17 14:18

投稿

kitsunetsuki
kitsunetsuki

スコア16

test CHANGED
File without changes
test CHANGED
@@ -20,9 +20,15 @@
20
20
 
21
21
  ```html
22
22
 
23
+ <form action="upload.php" method="post" enctype="multipart/form-data">
24
+
23
25
  <input type="file" name="img_aaa_001">
24
26
 
25
27
  <input type="file" name="img_aaa_002">
28
+
29
+ <input type="submit" value="アップロード" />
30
+
31
+ </form>
26
32
 
27
33
  ```
28
34