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 <m...@obviousdigital.com>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 form.
>
> This is my vision: the client logs in to a form that has an upload button,
> and the upload button uses the FTP commands to upload the file.
>
> Is that do-able in PHP ?
>
> Cheers!
>
>
>
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

Reply via email to