Questions tagged as 'zip'

0
answers

How to get an answer as input stream in Volley

I am developing an app where I use volley, my app is sending and receiving zip files, the problem is that my method of decompressing the parameter that I expect is of the input stream type and the onResponse of Volley returns the response as byt...
asked by 09.02.2018 / 00:59
1
answer

Can 7z delete the 7z files once extracted?

I have a program that through the command Shell and 7za decompress a file that should be deleted immediately after decompression. The main program can not wait for the decompression to finish to delete the compressed file, so it is the decomp...
asked by 22.03.2018 / 13:30
1
answer

Show progress window with SelfExtractor (Ionic.Zip)

I am developing a Setup for some applications and use SelfExtractor to decompress the files and then run the program that installs and configures the application through PostExtractCommandLine . The problem that I have, is that I can no...
asked by 27.10.2017 / 09:01
1
answer

Compress a complete Zip folder and enter the name of which folder will be compressed. JAVA

I am doing a program that compresses zip file, but it does not compress the folders, only individual files and what interests me is compressing folders, I would also like to know how the program asks for the name of the folder that you have to c...
asked by 01.06.2017 / 19:30
2
answers

How can I compress into a .zip file and then delete the original files

I have a program that calls a stored procedure which works well. The result of this, gives me 10 files with the name of the different projects. What I'm trying to do is to be able to compress those 10 files and make a single .ZIP file that...
asked by 18.08.2016 / 20:10
1
answer

Read a zip inside another zip in Javascript

I have a zip file called A.zip, this file has inside more zip files called A_001.zip, A_002.zip .... And inside each of these zip there are several .txt files that I want to read and put in different arrays What happens is that I have no idea...
asked by 09.12.2016 / 15:21
0
answers

Error downloading zip files c # restsharp

I have a api rest that allows me to download through a URL records of each month, the month before the current one presents it in a .csv file and the others in zip format, the structure of the URL is for the previous month to the current: l...
asked by 11.09.2018 / 16:07
0
answers

Download zip file with HttpResponse Django StringIO ()

I am trying to return a zip file with HttpResponse , using StringIO because I am not storing it in the database or on the hard drive. My problem is that my answer is 200 when I request the file, but the browser never asks me if I wa...
asked by 15.08.2018 / 16:56
0
answers

Save with phpexcel in temporary file

is that I have to save an excel in a temporary file but I do not know how Originally this way I keep the excel file header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'); header('Content-Disposition: atta...
asked by 01.08.2018 / 17:12
0
answers

AttributeError: Numpy object 'NpzFile' has no 'zip' attribute?

I tried to download DrQA , a reading comprehension system applied to open domain questions developed by the Facebook research group. It included asking for the trained models provided and the data for the answer to questions from Wikipedia. How...
asked by 17.07.2018 / 03:38