Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save s2ar/198d94d714eb53f95089 to your computer and use it in GitHub Desktop.
Save s2ar/198d94d714eb53f95089 to your computer and use it in GitHub Desktop.
Bitrix. Сохранить свойство типа Файл
<?php
$_FILES['appl_file_input']["MODULE_ID"] = "docsapplications";
CIBlockElement::SetPropertyValueCode($id, 'APDOCS_FILE', $_FILES['appl_file_input']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment