Re: [PHP] Upload using FTP commands

2010-08-26 Thread Adam Richardson
On Thu, Aug 26, 2010 at 12:37 PM, Ashley Sheridan wrote: > On Thu, 2010-08-26 at 17:24 +0100, Matthew Croud wrote: > > > Hi, > > > > I want to give my client the ability to upload large files ( around > > 20MB ) to a webspace. > > I reckon that using the FTP commands of PHP would be the best bet,

Re: [PHP] Upload using FTP commands

2010-08-26 Thread Ashley Sheridan
On Thu, 2010-08-26 at 17:24 +0100, Matthew Croud wrote: > Hi, > > I want to give my client the ability to upload large files ( around > 20MB ) to a webspace. > I reckon that using the FTP commands of PHP would be the best bet, but > is it possible to allow them to do this through an online fo

Re: [PHP] Upload using FTP commands

2010-08-26 Thread Dan McCullough
Take a look here: http://us.php.net/manual/en/ref.ftp.php You might have some issues with the memory limit in PHP so that might have to be boosted for 20MB files. On Thu, Aug 26, 2010 at 12:24 PM, Matthew Croud wrote: > > Hi, > > I want to give my client the ability to upload large files ( aroun