mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
upload_dir 改为 post_file_upload_path
This commit is contained in:
parent
19b43284ea
commit
7ecc15ab58
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user