Resolved-SystemFileWatcher
Hi all,
I have an asp.net website and I need to let people upload images via ftp then I need to discover the files and then move them thumbnail them ect..
I have set up the ftp for each user to enter their ftp directory via iis6 isolation mode.
I need to monitor every directory for all users. Via a vb app.
Can anyone tell me the structure I need to accomplish this task?
I’m thinking maybe build a class that will call a vb app sending in a username as the path for systemfilewatcher to monitor. But this may not handle many users. Just the one user at a time.
Then I thought incorporate the systemfilewatcher into the class but this may be a strain on the site (not sure).
To simplify I need to build something that runs all the time watching for files added to any subdirectory in a given directory and I must know the subdirectory name.
Hope that makes sense