Dmyers\Storage\Adapter\Base::upload PHP Method

upload() abstract public method

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.
return boolean
    public abstract function upload($path, $target);