Questions tagged as 'zip'

1
answer

Creation of .zip with php

I'm trying to create a folder compressed with php at the moment it adds a single file but the idea is to be dynamic. function crear_zip($id_paciente){ $files = array( 'C:\xampp\htdocs\bitnami.txt' ); $zipname = 'C:\xampp\htdocs\zipped_...
asked by 27.12.2016 / 16:42
2
answers

Error downloading zip from PHP

Good! I'm trying to make a download of a zip file from the server, but when I start the download, it gets stuck ending up as failed. - As a data, when I change the file type to plain and download a txt any, download and ope...
asked by 27.09.2016 / 16:04
1
answer

Upload files and folders in Moodle

I need to upload files and folders within a Moodle course, these files come from a zip. I have been searching and I have found how to upload files, I have tried it and I am able to upload files correctly in the database and in the file repositor...
asked by 08.09.2016 / 10:06
1
answer

How to compress the contents of a directory in a zip?

Hello everyone. I have asked this question so that you could give me a hand in the obstacle that has been presented to me on my way. My problem My problem is that I want to be able to compress the data or the contents of a folder i...
asked by 12.02.2017 / 20:39
2
answers

help error can not format given object as a date

Exception in thread "main" java.lang.IllegalArgumentException: Cannot format given Object as a Date at java.text.DateFormat.format(Unknown Source) at java.text.Format.format(Unknown Source) at examen.rutina.RutinaArchivos.obtenerNombreZip(...
asked by 21.10.2016 / 21:50
2
answers

How to copy content from a zip to an android directory?

Hello everyone. Ask this question so that you can give me a hand and guide me on my way. My problem I want to be able to decompress a zip in a folder or directory on the sdcard, but my code has not hit the target. Its flaw is tha...
asked by 09.02.2017 / 22:26
1
answer

How to compress an XML file in ZIP in VBA Excel?

I'm trying to compress an XML file into a ZIP file and I'm using the code below, but I'm running into the following error Indicate the error on this line Shell.Namespace(zipFile).CopyHere (xmlFile) Code: Sub CreateZipFil...
asked by 07.03.2018 / 19:19
1
answer

Error "Object variable or With block not set" in VBA

Searching, I have located how to download the files from an email to the folder I need, now I find the problem that is compressed in .zip and I have to unzip them to load them in the database. Searching, I have seen this code, which gives me...
asked by 08.04.2018 / 20:50
1
answer

Unzip a .zip file in PHP? [closed]

I would like to decompress a file that is on a server using php, someone who knows how to do it?     
asked by 29.01.2017 / 19:12
0
answers

Failed to restore SQL Server 2014.Bak file, send "is terminating abnormally" error

I have a development in visual studio that makes backups of the database of a SQL Server 2014 Standard Edition server, after making the backups there is a routine to be able to compress them and leave them as .Gz files: The backups are made w...
asked by 23.10.2018 / 19:22