BUG in jBatchUpload - ziponfly, zipignorelist, chunkmode

Enhanced frontend add-on to queue files.
Post Reply
Bogdan
Posts: 12
Joined: Wed Oct 14, 2009 10:56 pm

BUG in jBatchUpload - ziponfly, zipignorelist, chunkmode

Post by Bogdan »

Disclaimer: I know I've been writing here about bug a lot, and I may be annoying you already, but this one is real pain and I couldn't fix it myself for hours today..
-------------------------------------------------------------------------
Interesting BUG, file doesn't get deleted from the list IF following is specified

document.writeln('<PARAM NAME="ziponfly" VALUE="zip">');
document.writeln('<PARAM NAME="zipignorelist" VALUE="*.zip,*.pdf,*.gif,*.jpg,*.jpeg">');
document.writeln('<PARAM NAME="chunkmode" VALUE="onfly">');
document.writeln('<PARAM NAME="chunksize" VALUE="N">');

And I upload a file that is
1) bugger than "chunksize", so it needs to be split
2) file extension is IN "zipignorelist", so it's not compressed

NOTE: problem happens only in circumstances described, it will not happen if any of params are removed.

See attached
Attachments
applet_http_batchupload.zip
(2.1 KiB) Downloaded 919 times

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: BUG in jBatchUpload - ziponfly, zipignorelist, chunkmode

Post by support »

Thanks for the report. Fixed in 2.5.

Post Reply