RE: upload large files troubles

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux