Actions
Bug #29
closedDownloading big zip files does not work.
Start date:
01/07/2011
Due date:
09/30/2011
% Done:
100%
Estimated time:
8:00 h
Description
Invalid archive:
warning [/home/alex/Téléchargements/09-03-1126-1 - 2009-10-15 17.36.26.zip]: 4294967296 extra bytes at beginning or within zipfile
(attempting to process anyway)
file #1: bad zipfile offset (local header sig): 4294967296
(attempting to re-compensate)
error: invalid compressed data to inflate
Updated by Volker Baecker over 14 years ago
- Due date set to 01/28/2011
- Status changed from New to Assigned
- Assignee set to Volker Baecker
- Estimated time set to 8:00 h
Updated by Volker Baecker over 14 years ago
It works now, using 64zip with the truezip library for big files. However in this case the zip needs to be created before it is streamed. This results in a long waiting time for this user during which he must not use his browser. A modal dialog with a progress bar and a cancel button are needed.
Updated by Volker Baecker almost 14 years ago
- Due date changed from 01/28/2011 to 09/30/2011
Updated by Volker Baecker almost 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
zip is working
at least a wait-cursor would be nice
maybe this can be done using < a4j:status >
Actions