我得到這個錯誤日誌中的圖像: move_uploaded_file() enter code here [<a href='function.move-uploaded-file'>function.move-uploaded-file</a>]: Unable to move '/tmp/phpGmUpFW' to 'images/[email protected]' in enter code here
[..] send.php on line 32
嘗試上傳使用PHP
還錯誤日誌
`include(user_agent.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /home/[irelevent]/Craciun2013/index.php on line 63`
line32狀態: if (move_uploaded_file($_FILES['uploaded_file']['tmp_name'], $file)) {
請幫助。
是否存在'。/ images /'文件夾並且有權寫入? – Havenard
是的,我確實有圖像,但我設置要發送的文件「imagini」 - 與圖像不同的文件 –
嘗試使用其他文件管理功能在文件夾中創建文件,只是爲了知道這是否是問題所在。這可能是因爲你沒有權限從'/ tmp'文件夾中移動文件。 – Havenard