What are you talking about? I've been able to upload a 4GB file without problem. Uploading doesn't depend on memory limit, and this has been a subject of debate on the PHP.net Manual (uploading files section, check it out). -----Original Message----- From: mike [mailto:mike503@xxxxxxxxx] Sent: Monday, August 04, 2008 4:07 AM To: brian Cc: php-general@xxxxxxxxxxxxx Subject: Re: uploading big files with PHP On 8/3/08, brian <php@xxxxxxx> wrote: > Also, use set_time_limit(0); and configure the server and php to accept a decent size, and probably configure the client to put only chunks at a time right? otherwise php will hit it's memory limit for the script quite easily i would assume. so there has to be something that allows it to stream and keep only so much in the buffer at a time. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php