Reply to Re: [PHP] ftp upload via web form - problem getting the file name correct
Posted by Franklin van de Meent on 03/08/05 13:26
Hello Steve,
I tried this on my own servers and after replacing "<OUR FTP SERVER>"
with $ftp_server it works perfectly, all ASCII files get uploaded the
way they should with the correct filenames.
Do you get any errors? (add error_reporting(E_ALL); above the login
vars to show them all)