Слияние кода завершено, страница обновится автоматически
LayerVideoController.UploadImage
if (!_pathManager.IsImageExtensionAllowed(site, extName))
{
return this.Error(Constants.ErrorVideoExtensionNotAllowed);
}
if (!_pathManager.IsImageSizeAllowed(site, file.Length))
{
return this.Error(Constants.ErrorVideoSizeExceeded);
}
Constants.ErrorVideoExtensionNotAllowed
Constants.ErrorVideoSizeExceeded