Comment concaténer le nom du dossier avec l'image en php
$filepath = $path . DIRECTORY_SEPARATOR . $file;
Thoughtful Tern
$filepath = $path . DIRECTORY_SEPARATOR . $file;