tags:

views:

14

answers:

0

hey guys, weird and probably complicated question. i'm working on a little php ftp-browser-client. It's actually a lot simpler than it may sound. I'm just reading all my files and folders on the server and printing a list of them. I wonder now if there is a way for me to retrieve information of a folder which is just in use. For instance, if i don't want to output files which are currently uploading. I just want to output them when the've finished uploading to the folder. Or maybe just output a symbol that this folder or file is currently uploading.

any idea how and if i could do that?

regards matt