Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 04:26:10 +0000 (12:26 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 04:26:10 +0000 (12:26 +0800)
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'