Hi,
I am developing a monitoring tool which logs all the files that are being uploaded. I am using FileSystemWatch er class to achive this. When a file is selected for upload the Changed event of FileSystemWatch er is fired. But is there any way of knowing that the event is fired for upload only. Coz the changed event is fired even when the file is renamed.
Is there any other "Better" way of logging the files that were uploaded.
Thanks,
Alvin
I am developing a monitoring tool which logs all the files that are being uploaded. I am using FileSystemWatch er class to achive this. When a file is selected for upload the Changed event of FileSystemWatch er is fired. But is there any way of knowing that the event is fired for upload only. Coz the changed event is fired even when the file is renamed.
Is there any other "Better" way of logging the files that were uploaded.
Thanks,
Alvin
Comment