File upload error handling

Hi @rosivaldo,

Are you able to catch the error by setting custom Error handlers ?

$container['errorHandler'] = function () { /* ... */  };
$container['phpErrorHandler'] = function () { /* ... */  };

Sharing in hope, below listed related links can help in some way :

Thank you
Susanth K