Zend Framework makes development a lot easier; for instance there is a getPost function from the Zend_Http that handles POST parameters.
Is there anything similar to handle file uploads? I can access $_FILES directly, but I would rather use a built in function to keep things consistent.