hitko123, this is not a part of the MODX Revolution core at this time. I am assuming you're uploading zips to specific directories? Could you explain the types of assets you're uploading and how you're using them?
$modx->runProcessor('browser/file/unzip', array('file'=>$filename));$menu[] = array(
'text' => $this->xpdo->lexicon('file_download_unzip'),
'handler' => 'this.unzipFile',
);