Questions tagged as 'arquivo-zip'

0
answers

Compress files in separate parts (no need to be just to unpack)

In my application I can compress a folder and its contents, this content is the result of manipulation of pdf, jpg and xls. But I needed to split it into pieces (the compressed file can not be larger than 10MB for example), but so that one part...
asked by 16.11.2018 / 00:40
0
answers

How to add a .zip file to the eclipse buildpath?

I have some problems when I put the icon images in my project. I read that we can put the images through a .zip file using the configure buildPath of eclipse so that at the time of creating the executable you have no problem loading the images...
asked by 13.07.2018 / 02:10
0
answers

Zip folder in PHP only with files

I created a routine to create a zip file of a folder in PHP that is working, but inside the zip is created the entire folder structure on the server and I do not want it to create so, I would like you to create only with the files of folder....
asked by 08.02.2018 / 15:20
1
answer

View a wait message while downloading file

How to display the wait message while generating and compressing files for dowload? I'm doing the generation, compacting, and Generate more than one PDF in memory and export it to a compressed file answered by George Wurthmann     
asked by 18.06.2017 / 18:29
1
answer

I can not create zip in Debian

I can not create a zip in Debian even with the folder with 777 permission, and the worst is that it does not return any error. Code that I use to create the zip: function Compress($source_path, $chave) { // Normaliza o camin...
asked by 28.03.2017 / 15:22
0
answers

ZipArchive call error :: close ()

When I'm using the close method to close the instance of ZipArchive I'm getting the following error:    ZipArchive :: close (): Read error: Is a directory The code for my application where close is executed is this:...
asked by 30.01.2017 / 20:34
0
answers

Can not destroy the zip context

What causes this error? I have a code where I create a Zip through class ZipArchive . I read a certain directory and get all the image files present in it. I add it to the ZIP file and, at the end, the user downloads it. This...
asked by 12.08.2016 / 15:03
1
answer

ZipArchive: Rename files before extracting

Next Galley ... I have hundreds of automatically generated .zip files. These zips files do not have a "default" because they are generated from several different systems. Therefore, some have only XML files, others have other ZIP's inside with o...
asked by 01.06.2016 / 19:23
0
answers

Cloudflare is corrupting my files?

Well, after I'm using cloudflare service (caching and protection) my static .zip files when clients download, it comes corrupted, being inside the server it is normal .. has anyone ever had it? how to solve without taking the cloudflare?     
asked by 15.04.2016 / 17:21
0
answers

Function to unpack xml does not work in Linux

In my application I use a function to zip the xml files to save them in the database. When I unzip it to make the file available for download the xml does not come complete, at the end of the file it comes without a character and without the clo...
asked by 06.11.2015 / 13:38