It looks like you're new here. If you want to get involved, click one of these buttons!
$upload_path = assets_server_path('userfiles/pdf/conference/Conference'.$conf_year, 'pdf');
#$fields['InfoSheet_pdf'] = array('type' => 'file', 'accept' => 'pdf','upload_path' => $upload_path, 'overwrite' => TRUE);
$fields['InfoSheet_pdf'] = array('description' => 'PDF File', 'class' => 'asset_select userfiles/pdf/conference/Conference'.$conf_year);
$fields['InfoSheet_pdf_upload'] = array('label' => '... OR upload a pdf file','type' => 'file', 'filename' => 'fieldtrip_{MapSymbol}', 'accept' => 'pdf','upload_path' => $upload_path, 'overwrite' => TRUE);
Comments
https://github.com/specialbrand/FUEL-CMS/blob/b17d41868797f26539a6cf09abf7674711383b9c/fuel/modules/fuel/controllers/module.php
It does not work with the field all lower case -- tried that plus several other versions of altering the field name -- all are giving the same result.
Thanks