What am I missing when I try to get uploaded files in my controller? If I debug PHP native $_FILES “superglobal” I can get all the upload file information there. There is no error.
But in CakePHP post data I get empty data in posted “file” field. It’s mind boggling and I cannot find out what to debug… Is there some logic conditions when Cake discards file input (but it is fine on PHP side)?
I may need to use PHP $_FILES soon (build my own logic) but there should be fine functions in CakePHP for this so it is a shame…