I want to add a file .txt to a zip file with images.
while the zip is downloading, I want to add the file .txt without affecting the original file.
so, is possible to do this? or the only way is unzip the zip file to a temporary folder, then add the txt file and delete it?
I tried with tmpfile, but it just creates a temporaly file