From: Alan Knowles Date: Fri, 2 Aug 2013 02:44:55 +0000 (+0800) Subject: Pman.Download.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=a38ab58b6e25ebe4823779e78f79027849d26606 Pman.Download.js --- diff --git a/Pman.Download.js b/Pman.Download.js index 6c423089..beb51d59 100644 --- a/Pman.Download.js +++ b/Pman.Download.js @@ -254,6 +254,9 @@ Roo.apply(Pman.Download.prototype, { } this.params.limit = this.limit; + // do it as a post, as args can get long.. + this.params._get = 1; + this.method = 'POST'; }