Top "Zipfile" questions

For issues relating to creating and/or utilizing zip files.

How do I add files to an existing zip archive

How can I add some file (almost always a single .csv file) to an existing zip file?

c# zipfile
python zipfile module doesn't seem to be compressing my files

I made a little helper function: import zipfile def main(archive_list=[],zfilename='default.zip'): print zfilename zout = zipfile.ZipFile(…

python compression zipfile
getInputStream for a ZipEntry from ZipInputStream (without using the ZipFile class)

How can I get an InputStream for a ZipEntry from a ZipInputStream without using the ZipFile class?

java inputstream zipfile zipinputstream
why can't python unzip a password protected zip file created by winrar using the zip method?

I have searched the web high and low but still couldn't find a solution for the above problem. Does anyone …

python zip zipfile
How to send zip files in the python Flask framework?

I have a flask server that grabs binary data for several different files from a database and puts them into …

python http flask zipfile
how to download a zip file

I am trying to download a zip file from my web api controller. It is returning the file but I …

angularjs asp.net-web-api httpresponse zipfile pushstreamcontent
How do I set permissions (attributes) on a file in a ZIP file using Python's zipfile module?

When I extract files from a ZIP file created with the Python zipfile module, all the files are not writable, …

python attributes zip file-permissions zipfile
Create zip file: error running command " " had status 127

I am trying to create a zip file from multiple files using the zip function in r, but I keep …

r zipfile
Download multiple images into 1 zip file

I have a function that currently downloads multiple images and saves them to a users "download" folder (Only works in …

javascript angularjs image download zipfile
Bad magic number error with ZipFile module in Python

I am using Python 2.7 on Windows 7 (64 bit). When I try to unzip a zip file with ZipFile module I get …

python unzip python-2.7 zipfile