File Upload detection
Posted: Thu Jun 22, 2006 6:35 am
First I'd like to say nice site!
On to business, I have a PHP daemon that needs to notice when a file gets uploaded to the server.
Heres how it works:
My client is at a football stadium, typing the plays into a program which generates an xml file. He then uploads this XML file to his server. Whenever he uploads a new XML file to the server, my PHP daemon needs to recognize that a file has been updated, or a new file has been uploaded. Any ideas for doing this?
On to business, I have a PHP daemon that needs to notice when a file gets uploaded to the server.
Heres how it works:
My client is at a football stadium, typing the plays into a program which generates an xml file. He then uploads this XML file to his server. Whenever he uploads a new XML file to the server, my PHP daemon needs to recognize that a file has been updated, or a new file has been uploaded. Any ideas for doing this?