hi everybody, I am not sure what would be the best way of doing the following. I have a php script that will take a HTTP uploaded zip file and and uncompress it. I am not sure if i should just do exec('gunzip $filename'); . Is there a cleaner way? alex