I created a PHP & cURL upload form and script for a company, but errors happen sometimes. Need to debug or create a PHP upload form script that allow people to upload files through the form. Files must be uploaded on the company's FTP server , not web server. A script that I curretly have will be provided as well as PHP info of the company's web server environment. I tried using PHP FTP function but it didn’t work. According to my research on the Internet, to use FTP function, PHP...