I am looking for assistance with how to uncompress a zip file from within a .aspx file. This is in conjunction with my earlier post about using FileSystemWatcher. The FileSystemWatcher works good at detecting when a file is uploaded to a folder on our website. Now I need to be able to handle the situation where a .zip file can be uploaded. I need to be able to dynamically uncompress a zip file so that the FileSystemWatcher can successfully access the contents of the zip file.
Does anyone have a sample that they are using for a similar process?
Thanks,
Gary