From 83075b00df3e7fed325fee273e88c02a42f9918d Mon Sep 17 00:00:00 2001 From: jaejung0412 <62472655+jaejung0412@users.noreply.github.com> Date: Wed, 17 Aug 2022 13:22:17 +0900 Subject: [PATCH] Update README-ko.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit missing html html 누락 --- doc/README-ko.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/README-ko.md b/doc/README-ko.md index a58897fa..59dab335 100644 --- a/doc/README-ko.md +++ b/doc/README-ko.md @@ -25,6 +25,14 @@ Multer는 `body` 객체와 한 개의 `file` 혹은 여러개의 `files` 객체 기본 사용 예제: +양식에서`enctype="multipart/form-data"` 부분을 누락하지 마십시오. + +```html +
+ +
+``` + ```javascript const express = require('express') const multer = require('multer')