mercredi 8 février 2017

all uploaded files move to E:/ drive using laravel 5.1

Vote count: 0

Hi Friend's need help how can be move all uploaded files to E drive using laravel this is my code

$test ="E:" ;
$path="checklist/uploads";
$destinationPath = $test . "/$path/";    
if(!file_exists($destinationPath)){
  mkdir($destinationPath);
 }

asked 48 secs ago

Let's block ads! (Why?)



all uploaded files move to E:/ drive using laravel 5.1

Aucun commentaire:

Enregistrer un commentaire