Diego Pelaez

Results 2 comments of Diego Pelaez

Having the same issue here. it is related to this function and the way is used: http://php.net/manual/en/function.empty.php

To fix it you need to take out the postVar request from the empty function and add it to a variable: Change this if(empty($files) || empty($request->postVar($name))) { to: $var =...