Hello
The problem I have is that i have about 15 files that need to be uploaded to a website every month. It would be nice to be able to upload the directory containing the files, but I don't think that is possible. Is there a way of doing this with out having to upload each file individually?
Thanks
well, are you asking for advice on writing a PHP script on doing such a task?
There are FTP clients that allow one to upload multiple files in one batch, and it makes more sense to use them, at least from what you describe.
One excellent FTP client I have found one download.com is called FTP Surfer. It has an Windows Explorer interface and allows for multiple connections, uploads, etc. Go check it out.
The people that are going to do the uploading don't use computers that much and it is part of a webpage. I would like to make it as easy as possible, basiclly push a button and done. If there is a way I can set that up with an FTP client, could you please tell what client I need.
I also want it to only allow certain files to be copied and run a batch script at the end. Is there a way to run a batch script using php?