[snip]
Sure, it looks:
<form enctype="multipart/form-data" action="upload.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE"
value="1000000000" />
<input type="file" name="f" size="30" /><br>
<input type="submit" name="Send">
all works great, to 160 MB, larger files are uploaded but php script not
executed. Hmm.
[/snip]
Then can you send us the code from the processing script? That way we
may see where it fails.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php