Closed mdrathik closed 1 year ago
I am using this package for on-the-fly zip download. Which is fine, but i am seeing its changing the real-name in zip.
Sorry, I have gone through the documentation and unfortunately, I missed one thing there has options. $zip->add($imagePath, $image->image_name);
$zip->add($imagePath, $image->image_name);
The documentation is really clear but I didn't check it at first.
I am using this package for on-the-fly zip download. Which is fine, but i am seeing its changing the real-name in zip.