Decompress file
Hi,
I have a gzip compressed file. I want to decompress the gzip file
I have a xml file called Classes.xml which is a gzip compressed file. I want to decompress the gzip file, before loading the xml file.
How to decompress a gzip file in ASP?
Thank you
|