We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

[ 2.0 ] File Verification

so the method $this->request->hasFiles() , is not working in 2.0 , why ? If check if true or false it just passes as true .

The method actually returns the number of files, so an integer.

But does it just count how many input type of file there is or files uploading ?