aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/file/size/index.html
blob: eb133e801f9cfb74204a5afc868a930a8e9f08c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: File.size
slug: Web/API/File/size
translation_of: Web/API/File/size
---
<p>{{APIRef("File API") }}</p>

<h2 id="Summary">Summary</h2>

<p>파일의 크기를 바이트 단위로 반환합니다.</p>

<h2 id="Syntax">Syntax</h2>

<pre>var size = <em>instanceOfFile</em>.size</pre>

<h2 id="Value">Value</h2>

<p>숫자</p>

<h2 id="Specification">Specification</h2>

<p>사양에 포함되지 않았습니다.</p>

<h2 id="See_also">See also</h2>

<ul>
 <li>{{domxref("Blob.size")}}</li>
</ul>

<p> </p>