|
Posted by Tim McGurk on 12/30/06 05:43
Probably a stupid question, but since I can't find an actual answer...
Does the max_upload_size variable affect FTP if using a PHP ftp script?
I'm working on something where we need to be able to upload .mp3 files that
are sometimes 11 or 12 MB, but our hosting company has max_upload_size at
2MB and won't increase it.
We want to upload from the browser, not from an FTP client, and I found some
PHP ftp code, but I assume that max_upload_size will still affect the
upload, even if we use ftp functions.
Is that correct?
[Back to original message]
|