RE: [PHP] large file transfers

2006-03-09 Thread Shaunak Kashyap
transmission. > -Original Message- > From: Christopher Taylor [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 09, 2006 4:29 PM > To: php-general@lists.php.net > Subject: [PHP] large file transfers > > Has anyone seen a script or class that can handle file uploads of large >

Re: [PHP] large file transfers

2006-03-09 Thread Chris
Christopher Taylor wrote: Has anyone seen a script or class that can handle file uploads of large files (greater than 20 meg)? Any direction as to where to look would be appreciated. PHP can handle it, whether your server will time out with large files like that I don't know. Look at http:/

[PHP] large file transfers

2006-03-09 Thread Christopher Taylor
Has anyone seen a script or class that can handle file uploads of large files (greater than 20 meg)? Any direction as to where to look would be appreciated. Chris