Add support of Partial content downloading

This commit is contained in:
RainLoop Team 2016-04-27 02:53:44 +03:00
parent d34b83a0d5
commit b3299725f6
3 changed files with 76 additions and 6 deletions

View file

@ -489,6 +489,8 @@ class ServiceActions
$sMethodName = 'Raw'.$sAction;
if (\method_exists($this->oActions, $sMethodName))
{
@\header('X-Raw-Action: '.$sMethodName, true);
$sRawError = '';
$this->oActions->SetActionParams(array(
'RawKey' => empty($this->aPaths[3]) ? '' : $this->aPaths[3],