On Thu, 2003-11-06 at 10:30, Todd Slater wrote: > I've got a couple of php/sql apps on a server running 9.1 that will take > uploads. The problem is that the uploads take forever and sometimes die > before they're finished. These are done through a web interface--no ftp > or anything like that. Downloads work fine. > > I have a hunch that this is related to firewall, but what would I check > on the server to make sure it's not some config setting there? It's > running at the highest security level, but pretty much a stock install > of everything web-related. > > Todd
Todd: Try to increase the connection timeout in php.ini. That might be the reason why uploads die before finishing. Regarding upload speed it is either the connection speed or the php code/library used for the uploads. Are you inserting the uploads directly into the database? If so, try uploading to a directory to check if the code inserting the upload into the database is slowing things down. HTH, Adolfo
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
