PHP has FTP functions but whenever I use an HTML form to submit to the PHP page making the FTP upload, isn't the file always first uploaded to the temp directory on the server through HTTP and then FTP is used to move it to the new location on the server?
How can I upload a file using FTP instead of HTTP? Doesn't the form have to submit to a page that is FTP:// so that it goes by FTP? Please help, because all PHP handling scripts are on HTTP://