I've been reading up on file uploads, and I've noticed that PHP provides an error code in the event of an error:
$_FILES['fileUpload']['error']. Try printing that and finding out if it tells you what's happening. The error code list is at
http://www.php.net/manual/en/feature...oad.errors.php.