Añadir adjuntos a formulario
PHP
Se debe declarar el contexto de referencia de los ficheros con IDs únicos por objeto en Attachment_to, attachment_target y attachment_target_item.
Pendiente definir las convenciones.
$_SESSION['classlife']['config']['attachments'] = [
'attachment_to' => '9999', // contexto por id (FAKE)
'attachment_target_item' => $job_id,
'attachment_target' => $student_id
];
load ('global/upload.box', 'modules');