61 $arExt = array_merge($arExt, explode(
",", mb_strtolower(
$arParams[
"EXT"])));
64 $arExt = array_merge($arExt, explode(
",", mb_strtolower(
$arParams[
"EXT_CUSTOM"])));
68 foreach ($arExt as
$key => $value) $arExt[
$key] = trim($value);
69 $arExt = array_unique($arExt);
70 $arExtKeys = array_fill_keys($arExt,
true);
75 if (empty($arFile) || !is_array($arFile))
79 if ($arFile[
"tmp_name"] <>
'' && $arFile[
"error"] ==
"0")
81 $point_pos = mb_strrpos($arFile[
"name"],
".");
82 if ($point_pos ===
false)
88 $ext = mb_strtolower(mb_substr($arFile[
"name"], $point_pos + 1));
89 if (!isset($arExtKeys[$ext]))