RE: [PHP] large file transfers

2006-03-09 Thread Shaunak Kashyap
Try: http://www.heylove.de/

It walks you through creating your own file upload class and in the end
gives an example of how to use that class.

Shaunak Kashyap
 
Senior Web Developer
WPT Enterprises, Inc.
5700 Wilshire Blvd., Suite 350
Los Angeles, CA 90036
 
Direct: 323.330.9870
Main: 323.330.9900
 
www.worldpokertour.com
 
Confidentiality Notice:  This e-mail transmission (and/or the
attachments accompanying) it may contain confidential information
belonging to the sender which is protected.  The information is intended
only for the use of the intended recipient.  If you are not the intended
recipient, you are hereby notified that any disclosure, copying,
distribution or taking of any action in reliance on the contents of this
information is prohibited. If you have received this transmission in
error, please notify the sender by reply e-mail and destroy all copies
of this 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
> files (greater than 20 meg)?  Any direction as to where to look would
be
> appreciated.
> 
> Chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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://www.php.net/manual/en/features.file-upload.php for what 
you'll need to change to enable uploads of this size.


--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php