ここで奇妙な問題が発生しています
ファイルをフォルダにコピーしようとしています
if ($folder) {
codes.....
} else if (!copy($filename, $root.$file['dest']) && !copy($Image, $root.$imagePath)){
throw new Exception('Unable to copy file');
}
私の質問は、$image
ファイルが宛先にコピーされないことです
しかし、もしそうなら
if ($folder) {
codes.....
} else if (!copy($Image, $root.$imagePath)){
throw new Exception('Unable to copy file');
}
できます。
編集:
最初のファイル名ステートメントが正しいことはわかっています。
この奇妙な問題を解決するのを手伝ってくれる人はいますか? 本当にありがとう!!!