Re: [PHP-DB] FTP functions and upload limit.
[email protected] (Chris)
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
Ardilla Roja wrote: > Hi to everybody, > > I tried to find an answer in the php sites, but wasn't able to... > > Does the php.ini upload_max_filesize affects the ftp_put function ?... No. upload_max_filesize is to do with how much your browser can upload to the website. ftp_put may have a limit - but that will be on the remote ftp site, nothing in php has anything to do with that. -- Postgresql & php tutorials http://www.designmagick.com/