var form = new formidable.IncomingForm();... form.parse(req, function (err, fields, data) {... callback(null, data.file);
確定! 回上一頁