PDA

Click to See Complete Forum and Search --> : FTP through a browser


Chris Byrom
Nov 17th, 2000, 03:57 PM
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!

André
Nov 20th, 2000, 02:33 AM
I would suggest you handle the ftp through a COM component.
Send the parameters and use the ftp API functions from your COM component to send the FTP files.

André