Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Fri, 2 Aug 2013 02:44:55 +0000 (10:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 2 Aug 2013 02:44:55 +0000 (10:44 +0800)
Pman.Download.js

index 6c42308..beb51d5 100644 (file)
@@ -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';
         
     }