• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/controller/widget/disk.php
  • Класс: BitrixImOpenLinesControllerWidgetDisk
  • Вызов: Disk::uploadAction
public function uploadAction($filename, $token = null)
{
	$params = [
		'filename' => $filename,
		'token' => $token,
	];
	$this->setScope(Controller::SCOPE_REST);

	return $this->forward(new Content(), 'upload', $params);
}