From a38ab58b6e25ebe4823779e78f79027849d26606 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 2 Aug 2013 10:44:55 +0800 Subject: [PATCH] Pman.Download.js --- Pman.Download.js | 3 +++ 1 file changed, 3 insertions(+) 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'; } -- 2.39.2