how to detect when a new files has been uploaded with apache / php
Posted
by frosty
on Stack Overflow
See other posts from Stack Overflow
or by frosty
Published on 2010-06-18T09:06:40Z
Indexed on
2010/06/18
9:13 UTC
Read the original article
Hit count: 287
I need to determind when a file has been uploaded via an ftp account so i can parse the data and insert into a db.
I could do this 2 different ways, either set up a schedule or watch the directory for any change. Either option would be fine.
I'm new to the apache /php space so any keywords that i can search upon would be handy.
Thanks.
© Stack Overflow or respective owner