I am trying to zip and download files from a folder named \"upload\". Zip file is downloading but I couldn\'t open (extract) it. I am getting an error like \"The archive is eith
Please use below code instead of $zip->addFile($file);
addFile($file_path, $filename); ?>