I am receiving uploaded file in PHP $_REQUEST Super global , as per my knowledge $_FILES contains all the information of uploaded file and $_REQUEST contains $_POST,$_GET,$_COOKIES.
Also I am getting an empty $_FILES array for same request.
In PHP 4.3 version $_REQUEST contains file Information but I am using PHP version 5.4.11
How can it is possible?