Dmyers\Storage\Adapter\Base::upload PHP Méthode

upload() abstract public méthode

Upload a file into storage.
abstract public upload ( string $path, string $target ) : boolean
$path string The path to the local file to upload.
$target string The path to the file to store.
Résultat boolean
    public abstract function upload($path, $target);