Best Answer EnergY , 11 August 2016 - 12:46
Вставил сюда
try { // get the uploaded file information $userfile = $this->_getUploadedFile(); $ext = $this->app->filesystem->getExtension($userfile['name']); if ($ext = 'tif') { throw new AppValidatorException('Неможливо завантажувати зображення в форматі .tif'); }
Не загружает tif, но и другие форматы тоже
Go to the full post