Ir para o conteúdo principal

Machine-readable instructions that direct computer processors.

209 Perguntas Visualizar todos
Pergunta encerrada

Download header cause zip file to be corrupt

We are making a download manager application ...

Download header cause zip file to be corrupt

Please see the code below

header("Content-type: $mimeType");

header("Content-Transfer-Encoding: Binary");

header("Content-length: ".$size);

header("Content-disposition: attachment; filename=\"".$a['name']."\"");

readfile("$pathside");

Respondido! Ver a resposta Também tenho esse problema

Esta é uma boa pergunta?

Pontuação 0
Adicionar um comentário

1 resposta

Solução escolhida

Please do the following to attempt to repair a Zip file with Windows:

  1. Click Start, click All Programs, and click Accessories
  2. Right click Command Prompt and choose Run as administrator
  3. Change directories to the folder where the corrupted Zip file is located
  4. Type: "C:\Program Files\WinZip\wzzip" -yf zipfile.zip

If didn't help, tha't might be your .zip archive was seriously corrupted, you may try http://www.zip.openfiletool.com/ ZIP Open File Tool

Esta resposta foi útil?

Pontuação 1
Adicionar um comentário
Exibir estatísticas:

Últimas 24 horas: 0

Últimos 7 dias: 0

Últimos 30 dias: 1

Duração total: 2,428