Re: [PHP] File Upload Performance

2002-02-10 Thread Vincent Stoessel
Linn Kubler wrote: > I've setup an upload form for uploading files to my server. It seems to > work well except the performance is pretty sad. For example it took 20 > minutes to upload a 50MB file over a 100Mb LAN. This is running on Linux > w/Apache. > > At the heart of the script is the cop

[PHP] File Upload Performance

2002-02-08 Thread Linn Kubler
I've setup an upload form for uploading files to my server. It seems to work well except the performance is pretty sad. For example it took 20 minutes to upload a 50MB file over a 100Mb LAN. This is running on Linux w/Apache. At the heart of the script is the copy() function. Anyone have any