Hi,
I have a File Transfer system set up on a local Intranet but I need to be able to overwrite files on the system when I upload to it. Currently it will not allow me to do so.
Basically, documents will be amended on a day to day basis and need to be uploaded likewise. The only way to get an uptodate version of a document on the system (and keeping the same filename) is to delete the one already on and then do a new upload.
The files are not stored in a mysql database, they are just on the server in folders created via the file transfer front end.
Is this a PHP limitation? Can I do something to allow overwriting?
Advice on this would be greatly appreciated.
Cheers