Задача к письму нужно приложить текстовый файл
прикрепляется файл test.txt.txt с содержимым
This is not the original file. The size of the original file `test.txt.txt` exceeded the limit of 0 MB.
P.S.
если в файле НЕ много текста, то он прикрепляется нормально
Подскажите как бороться
| Код |
|---|
AddEventHandler("main", "OnBeforeEventAdd", "OnBeforeEventAddHandler");
function OnBeforeEventAddHandler(&$event, &$lid, &$arFields,&$message_id,&$files) {
if ($event == 'MY_EVENT') {
$files[] = $_SERVER['DOCUMENT_ROOT'].'/bitrix/tmp/test.txt';
}
} |
прикрепляется файл test.txt.txt с содержимым
This is not the original file. The size of the original file `test.txt.txt` exceeded the limit of 0 MB.
P.S.
если в файле НЕ много текста, то он прикрепляется нормально
Подскажите как бороться
Нужно делать то, что нужно.
А что не нужно - делать не нужно.
© Винни Пух
А что не нужно - делать не нужно.
© Винни Пух