On Mon, Aug 24, 2009 at 09:54:03PM +0200, Thomas Gabrielsen wrote:
> Hi
>
> I have a problem with uploading files that are bigger than the Master 
> Value allow me to, which is 32 MB. I've set the max_upload_filesize and  
> max_post_size in a .htaccess file and the phpinfo() reports the new local 
> value (128 MB) according to the .htaccess, but the script fails silently  
> with no errors every time I try to upload a file greater than 32 MB. Have 
> any of you had the same problem?

I stumbled across this blog post:
http://www.gen-x-design.com/archives/uploading-large-files-with-php/

He suggests also looking at the script timeout and the
'max_input_time' ini setting.

Regards,
  --Ryan Cavicchioni

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to