You are here

public function Request::getRelativePath in One Click Upload 7.2

Get file relative path

Return value

string|null

Overrides RequestInterface::getRelativePath

File

flowphp/src/Flow/Request.php, line 88

Class

Request

Namespace

Flow

Code

public function getRelativePath() {
  return $this
    ->getParam('flowRelativePath');
}