Search code examples
phphtmlfile-uploaduploadhost

What is a alternative to HTTP uploads to upload files?


My host puts a limit on the size of file you can upload through a form to a folder. I want to upload files through FTP in the form of a HTML form. How would I upload a file from a users PC to the FTP server with a HTML form?


Solution

  • Use this to upload files to ftp. https://www.php.net/manual/en/function.ftp-put.php