ここに私のHTMLフォームがあります:
<form name="input" action="user_registration.php" method="post">
Image: <input type="file" accept="image" name="Image">
<input type="submit">
</form>
user_registration.php の PHP は次のとおりです。
<?php
print_r($_FILES);
?>
「配列()」を返します
WAMPサーバーを使用していることに関係があると思われます。たぶん、いくつかの権限または私が認識していない何かがあります。