hey there
i don't really know the solution to your problem, but this is what you can do:
1. check if you have "chmod 777" on the directory that you are uploading files to.
2. in the page where it says "document contains no data", include this for debuggin:
<?php
print_r($_FILES);
?>
3. check out
http://pl.php.net/manual/en/features.file-upload.php for more about handling file uploads and
personally i do not use the <input type=hidden name="MAX_FILE_SIZE">, just use $_FILES[__NAME__]["size"] to get the file size, where __NAME__ is the name of your <input type=file>
also, you may use $_FILES[__NAME__]["error"], if $_FILES[__NAME__]["error"] == 0 then there was no file uploaded or check this link:
http://pl.php.net/manual/en/features...oad.errors.php
peace
:D
www.campusgrind.com the college portal