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 フォームを使用してファイルをアップロードすると、tmp最初にサーバー上のフォルダーにアップロードされます。ファイルのアップロード プロセスが完了したら、move_uploaded_file()関数を使用してファイルをフォルダーに移動する必要があります。
tmp
move_uploaded_file()
ファイルが最初にtmpフォルダーにアップロードされるのはなぜですか? ファイルを宛先フォルダーに直接アップロードできないのはなぜですか?