aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/http/headers/content-disposition/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/http/headers/content-disposition/index.html')
-rw-r--r--files/ko/web/http/headers/content-disposition/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/http/headers/content-disposition/index.html b/files/ko/web/http/headers/content-disposition/index.html
index 1fdd67a4c6..0acc8338da 100644
--- a/files/ko/web/http/headers/content-disposition/index.html
+++ b/files/ko/web/http/headers/content-disposition/index.html
@@ -6,7 +6,7 @@ translation_of: Web/HTTP/Headers/Content-Disposition
<div>{{HTTPSidebar}}<br>
일반적인 HTTP 응답에서 <code><strong>Content-Disposition</strong></code> 헤더는 컨텐츠가 브라우저에 <em>inline</em> 되어야 하는 웹페이지 자체이거나 웹페이지의 일부인지, 아니면 <em>attachment</em>로써 다운로드 되거나 로컬에 저장될 용도록 쓰이는 것인지를 알려주는 헤더입니다.</div>
-<div></div>
+
<p><code>multipart/form-data</code> 본문에서의 <strong><code>Content-Disposition</code></strong> 일반 헤더는 multipart의 하위파트에서 활용될 수 있는데, 이 때 이 헤더는 multipart 본문 내의 필드에 대한 정보를 제공합니다. multipart의 하위파트는 {{HTTPHeader("Content-Type")}} 헤더에 정의된 <em>boundary</em> 구분자에 의해 구분되며, <code>Content-Disposition</code> 헤더를 multipart 자체에 사용하는 것은 아무런 효과를 발휘하지 못합니다.</p>