I am doing a site for a printing company who relies heavily on their clients uploading files to a ftp site. Instead of there clients using a ftp client (WS FTP Pro, Fetch, etc.) to upload files, they would like their clients to be able to upload files via their website. I have no problem implementing a user authentication script to get the client access to the page that uploads files, but I am not sure how to go about actually creating the script that allows file uploads to a FTP directory. Can PHP do this? Any Bugs? Or should I look into another language?
All I need is a simple field for the user to browse their local machine, select the file they wish to upload, and hit send. A status bar would be nice too! But not absolutely necessary.
Any ideas, PHP geniuses?