Pman.Download.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 07:02:06 +0000 (15:02 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 14 Sep 2010 07:02:06 +0000 (15:02 +0800)
Pman.Download.js

index 9d9bc52..2b2e38d 100644 (file)
@@ -86,7 +86,10 @@ Pman.Download = function(cfg)
         tag: 'form',
         method : 'POST',
         action : cfg.url,
-        target : this.csvFrame.id
+        target : this.csvFrame.id.
+        enctype : 'multipart/form-data'
+
+
         
     });