Re: [PHP] File upload problem

2002-05-07 Thread Linn Kubler
I put the max file size tag into my code but that didn't help either. What looks like is happening is that the php file can't be found. I'm using phpscriptcenter's upload.php program and it is all in one script, if you know what I mean. What I'm seeing now is that, depending on the size of the

Re: [PHP] File upload problem

2002-05-06 Thread Linn Kubler
-- Francesc Leveque Lavinia TC Passatge Permanyer, 12 08009 Barcelona Tel: 93 272 34 10 [EMAIL PROTECTED] - Original Message - From: Linn Kubler To: [EMAIL PROTECTED] Sent: Monday, May 06, 2002 5:29 PM Subject: [PHP] File upload problem Hi All, I have a script that uploads

[PHP] File upload problem

2002-05-06 Thread Linn Kubler
Hi All, I have a script that uploads files via my browser. Works fine under RedHat 7.0 but on a RH 7.2 server it crashes on files over at least 10MB. Files under 3MB work fine. Any suggestions? I've looked around for a php config file that might specify the max file size but so far have found

[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