I've been trying to find a way to write an asp that goes into a wait state until a file is saved to an otherwise empty folder on the server.
I'm able to do this in a standalone VBasic file using WIN32 function calls "FindFirstChangeNotification" and "WaitForSingleObject"; however I have no idea if or how to use these function calls in an asp.
I suspect that this type of function is rather popular ...sometimes it's called a drop-box function.
Anyway, if I can't use these WIN32 library calls in an ASP then does anyone have an idea of how I could accomplish the task?
thanks for the help.
/jerry
I'm able to do this in a standalone VBasic file using WIN32 function calls "FindFirstChangeNotification" and "WaitForSingleObject"; however I have no idea if or how to use these function calls in an asp.
I suspect that this type of function is rather popular ...sometimes it's called a drop-box function.
Anyway, if I can't use these WIN32 library calls in an ASP then does anyone have an idea of how I could accomplish the task?
thanks for the help.
/jerry