I am trying to design a site that needs the ability to handel really big uploads (300M+). I kicked up the max upload size in the php.ini file. I could upload a 75 meg file without problem. I can't get the 300 meg file to upload. I get a network socket error in both NS and IE. I have tried it accross my LAN and the web. I have a T1 so it should not be going that slow. I also increased the wait time in apache to allow for the file to upload. I have this working in perl, but when I try to use php it doesn't seem to work. Any suggestions.
Thanks for your help.
Daniel