My server is a Red Hat 9 installation with Apache 2 and PHP 4.2.2.
When I try to upload large files Internet Explorer loosed the page and Netscape Says something like "No Data in this Document". Something like that. This is a new server and I have sent the normal things in the PHP.INI to allow large uploads.
Anyone see this problem before? I am stumped. I know the code is fine, but I will post it here just in case. Anything it seems over 1K is failing. Very Wierd!!!..
Help
<form action="index.php" method="POST" enctype="multipart/form-data">
<input name="fupload" type="file">
<input type="hidden" name="MAX_FILE_SIZE" value="51200">
<input name="submit" type="submit" value="submit">