I want to include a file upload script on my website. The FTP max file size is unlimited, but the HTTP max file size is lower than the files I want to upload.
Would using the PHP FTP functions with a file upload form get around this problem, or will it still use HTTP to upload the file to the temporary directory.
Would using the PHP FTP functions with a file upload form get around this problem, or will it still use HTTP to upload the file to the temporary directory.
Comment