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
Namespace
FlowCode
public function getRelativePath() {
return $this
->getParam('flowRelativePath');
}