stechstudio / laravel-zipstream

Easily create Zip files on-the-fly and provide a streaming download
MIT License
413 stars 58 forks source link

Space & Specials Character are being replaced by "%" sign #103

Closed mdrathik closed 1 year ago

mdrathik commented 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.

mdrathik commented 1 year ago

Sorry, I have gone through the documentation and unfortunately, I missed one thing there has options. $zip->add($imagePath, $image->image_name);

The documentation is really clear but I didn't check it at first.