CakePHP ファイル アップロード フォーム ヘルパーを使用して、サーバーにファイルをアップロードしようとしています。
現在、開発用コンピューター (Mac OSX) で CakePHP 1.3 を実行しています。
フォームが送信されると、コントローラーに渡される変数にその一時名が含ま/var/tmp/name
れ、次にその名前がファイルの名前になります。
ただし、ファイルの名前をより永続的な場所に変更しようとすると失敗し、その場所に移動しても存在しません。
次のエラー メッセージが表示されます。
Warning (2): move_uploaded_file(Users/chustar/Documents/IMAG0001.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory [APP/controllers/users_controller.php, line 41]
Warning (2): move_uploaded_file() [function.move-uploaded-file]: Unable to move '/private/var/tmp/php98lzsP' to '/Users/chustar/Documents/IMAG0001.jpg' [APP/controllers/users_controller.php, line 41]
Warning (2): Cannot modify header information - headers already sent by (output started at /Library/WebServer/Documents/cake/libs/debugger.php:673) [CORE/cake/