vendredi 3 mars 2017

how to store all upload files in E:/ drive using laravel

how to save(store) all uploaded file in E:/ drive using laravel, here my code

$destinationPath = base_path() . "E:/";
 if(!file_exists($destinationPath)){
     mkdir($destinationPath);
}

please help me



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire