回答編集履歴
1
修正
answer
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
PHPマニュアルにきちんと書いてありますよ。
|
2
|
-
[POST メソッドによるアップロード](https://www.php.net/manual/ja/features.file-upload.post-method.php)
|
2
|
+
[POST メソッドによるアップロード](https://www.php.net/manual/ja/features.file-upload.post-method.php)(参照されたであろう[$_FILES](https://www.php.net/manual/ja/reserved.variables.files.php)からリンクされてます)
|