Top "Zip" questions

ZIP is a format for compressed file archives, allowing packaging of multiple files and directories into a single file.

.rar, .zip files MIME Type

I'm developing a simple php upload script, and users can upload only ZIP and RAR files. What MIME types I …

php zip mime-types rar
BitBucket - download source as ZIP

I know I can get the project through git clone command, but is there any way, how to download the …

git download zip bitbucket git-clone
How to zip a whole folder using PHP

I have found here at stackoveflow some codes on how to ZIP a specific file, but how about a specific …

php zip
How to create a zip file in Java

I have a dynamic text file that picks content from a database according to the user's query. I have to …

java zip
Installing PHP Zip Extension

I'm attempting to install the PHP Zip extension. My server does not have external internet access, so I downloaded it …

php centos zip pear php-extension
What is a good Java library to zip/unzip files?

I looked at the default Zip library that comes with the JDK and the Apache compression libs and I am …

compression zip unzip java
Install php-zip on php 5.6 on Ubuntu

I can't install php-zip on my Ubuntu VM with the last php5.6. Can't find find anything clear on it. I …

php zip
Creating a ZIP Archive in Memory Using System.IO.Compression

I'm trying to create a ZIP archive with a simple demo text file using a MemoryStream as follows: using (var …

c# .net zip compression ziparchive
How do I ZIP a file in C#, using no 3rd-party APIs?

I'm pretty sure this is not a duplicate so bear with me for just a minute. How can I programatically (…

c# compression zip download
Read Content from Files which are inside Zip file

I am trying to create a simple java program which reads and extracts the content from the file(s) inside …

java zip extract apache-tika