How can I determine if a file is currently in use?
I want to allow various users to upload files via FTP. Meanwhile there will be a php that launches every 10 minutes that will check for new files and import them into the database. I want to make sure that the files have completed downloading.
Thanks,
JNunez