Question
Find unzipped file size of zip file
Hi,
I know ColdFusion can check the size of uploaded files. I have an interesting question. How can ColdFusion check the unzipped file size of zip file?
For example, I zip a 10MB file to 8MB. How can ColdFusion return the file size 10MB, not 8MB?
