DataObjects/pman.links.ini
[Pman.Core] / Pman.Download.js
index c738d70..c3ef15a 100644 (file)
@@ -63,7 +63,7 @@ Pman.Download = function(cfg)
     var b = Roo.get(document.body);
     this.form = b.createChild({
         tag: 'form',
-        method : 'POST',
+        method : cfg.method,
         action : cfg.url,
         target : this.csvFrame.id,
         enctype : 'multipart/form-data'