// Custom configuration for this upload
$config = array(
"path" => Config::get("app.uploads_folder") . $docPath,
"max_size" => $maxUploadFile,
"overwrite" => false,
"normalize" => true,
"randomize" => true,
"ext_whitelist" => array("pdf")
);
// process the uploaded files in $_FILES
Upload::process($config);
The code is interrupted and an error is generated in the framework log file.
It looks like you're new here. If you want to get involved, click one of these buttons!