Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML/CSS/PHP 言語を使用するモバイル jquery アプリケーションを開発しています。サーバーまたはディレクトリに画像を保存して画像をアップロードしようとしていますが、どちらの場合も、コードは正しいですが、次のステートメントは実行されません
$file = @$_FILES['image']['tmp_name'] ;
画像をアップロードできるようにするには、サーバー構成を変更する必要がありますか? または、この問題には別の理由がありますか?
私を助けてください
次のコードを使用してエラーを見つけます
echo "<pre>"; print_r($_FILES);