class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
$handle->allowed = array('application/pdf','application/msword');
application/vnd.openxmlformats
As for the new Office 2007 formats, you can find a list here.
I beliive that the following MIME type will work for all Office 2007 documents. Let me know if it works, and I will add it in the next release.