• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/ui/fileinputreceiver.php
  • Класс: BitrixMainUIFileInputReceiver
  • Вызов: FileInputReceiver::handleFile
public function handleFile($hash, &$file)
{
	if ($this->id == "path")
	{
		return self::handleFileByPath($file);
	}
	return self::handleFileByHash($hash, $file);
}