第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

無法使用 Php 上傳照片

無法使用 Php 上傳照片

PHP
慕村225694 2023-04-15 17:24:44
我正在嘗試使用 php 將照片上傳到 mysql 數(shù)據(jù)庫,但是出現(xiàn)以下錯誤: failed to open stream: Permission denied in '/The location of my php file' on line 40. move_uploaded_file(): Unable to move '/Applications/XAMPP/xamppfiles/temp/phpgZi5gV to 'The location where the image will be stored'這是我的代碼:$dir = $path;$default = "default.png";// get Filename$filename = basename($filen['name']);$targetFilePath = $dir.$filename;$filetype = pathinfo($targetFilePath, PATHINFO_EXTENSION);if(!empty($filename)) {    //allowed file formats    $allowedFormats = array("jpg", "png", "jpeg", "gif", "pdf");    if(in_array($filetype, $allowedFormats)) {        if(move_uploaded_file($filen['tmp_name'], $targetFilePath)) {            return $targetFilePath;        }    }
查看完整描述

1 回答

?
滄海一幻覺

TA貢獻(xiàn)1824條經(jīng)驗(yàn) 獲得超5個贊

看起來您正在處理一些權(quán)限問題,您的應(yīng)用程序服務(wù)器沒有權(quán)限將圖像從其當(dāng)前文件夾中移動/Applications/XAMPP/xamppfiles/temp/。

您能否更改文件夾的權(quán)限以查看是否可以解決問題?

運(yùn)行以下命令:

chmod 777 /Applications/XAMPP/xamppfiles/temp/


查看完整回答
反對 回復(fù) 2023-04-15
  • 1 回答
  • 0 關(guān)注
  • 132 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號