From 7ecc15ab58dafb295bf98eacfc2ed4db5ec2929c Mon Sep 17 00:00:00 2001 From: jiangyuan Date: Sat, 11 Oct 2014 12:27:16 +0800 Subject: [PATCH] =?UTF-8?q?upload=5Fdir=20=E6=94=B9=E4=B8=BA=20post=5Ffile?= =?UTF-8?q?=5Fupload=5Fpath?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/Lib/Core/Http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Lib/Core/Http.js b/lib/Lib/Core/Http.js index f90881de..dc2e6384 100644 --- a/lib/Lib/Core/Http.js +++ b/lib/Lib/Core/Http.js @@ -61,7 +61,7 @@ var Http = module.exports = Class(function(){ maxFieldsSize: C('post_max_fields_size'), maxFields: C('post_max_fields'), maxFilesSize: C('post_max_file_size'), - uploadDir: C('upload_dir') + uploadDir: C('post_file_upload_path') }); form.on('file', function(name, value){ self.http.file[name] = value;