Hello all.

I am getting ready to start a small project and need some direction. I basically need a user to be able to upload files via FTP through a web browser. I also need to be able to rename the files. For example the user will pick a record from a SQL table to associate with the file. I want to add a prefix of that record's key to the file name. I have all of the database stuff figured out, I just need to know what I need to handle the FTP and file renaming.

Thanks!