I need to upload LARGE files (>= 50M😎 via HTTP with a PHP.
(PHP 4.1.2 as a DSO on Apache 1.3.20; all running on FreeBSD 4.5...)
Been through the max_upload_filesize setting in the config file; PHP is respecting the value that I set, since it appears in the script. However, we're not able to upload any files over 3.5MB without getting errors.
In Netscape, the error is "Network Error: Broken Pipe". Is there an other config setting in either the Apache config file, or another PHP ini file setting that I'm missing? Sadly, the server admins are morons, and have been absolutely no help. Meanwhile, the end client is getting annoyed.
Any help would be greatly appreciated.
Thanks!
-D