I have a Linux web server that will have a flash form to process user information. This creates a text file in a directory outside of the public area using the date and time for the filename.
What I need is this, whenever a file is created in that directory the system should send me an email notification. I don't need the contents of the file or the file as an attachment, just a notice.
Seems simple enough but I don't have a clue where to start, any help would really be appreciated.