1

私は mysqli 手続き型プログラミングを使用していますが、move_uploaded_file は現在機能していません。私は現在ローカルで作業しているので、必要なすべての権限を持っています。

if(move_uploaded_file($_FILES['image']['tmp_name'], $target)){ 
    redirectTo($settings['siteDir'] . 'admin/cpanel/');
}

今まで問題があったことはありません。物事を台無しにしているのはmysqliですか?これらは私が得ているエラーです

Warning: move_uploaded_file(http://localhost/websites/mugendo.ie/images/uploads/mai.jpg) [function.move-uploaded-file]: failed to open stream: HTTP wrapper does not support writeable connections in D:\xampp\htdocs\websites\mugendo.ie\admin\addnews.php on line 29

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'D:\xampp\tmp\php1498.tmp' to 'http://localhost/websites/mugendo.ie/images/uploads/mai.jpg' in D:\xampp\htdocs\websites\mugendo.ie\admin\addnews.php on line 29
4

1 に答える 1