# 첨부 파일 업로드 버튼형 셀

셀을 첨부 파일 유형으로 설정하고 실행 후 첨부 파일 업로드 상자를 클릭하여 첨부 파일을 업로드할 수 있습니다. 첨부 파일 업로드 상자는 아래 이미지와 같습니다.

<figure><img src="/files/Tqk2esGNnTsZ5VD39KF1" alt=""><figcaption></figcaption></figure>

## 첨부 파일 업로드 버튼형 설정&#x20;

첨부 파일 업로드 버튼형을 선택하고 속성 설정 영역에서 셀 설정 탭을 선택합니다.

<table><thead><tr><th width="256">설정 </th><th>설명 </th></tr></thead><tbody><tr><td>읽기 전용</td><td>이 옵션을 선택하면 첨부 파일을 업로드하고 삭제할 수 없으며 다운로드만 할 수 있습니다.</td></tr><tr><td>업로드 파일 구성 제한 사항 </td><td><p></p><p>업로드된 파일의 확장명, 크기 및 수를 구성합니다.</p><ul><li>업로드된 파일의 확장명 제한: 기본적으로 무제한을 선택하지 않으며 파일을 업로드할 수 있는 확장명을 사용자 지정할 수 있습니다. 여러 확장은 쉼표로 구분되며 .jpg, .jpeg, .png, .gif, .bmp 같은 구분되어 있습니다.</li><li>업로드 파일 크기 제한: 기본값은 무제한이며 업로드할 수 있는 최대 파일 크기(예: 10MB)를 사용자 지정할 수 있습니다.</li><li>업로드된 최대 파일 수 제한: 기본값은 무제한이며 업로드된 최대 파일 수(예: 3개)를 사용자 지정할 수 있습니다. 최대 업로드 파일 수를 1로 설정하면 새 파일을 업로드할 때 이전 파일을 직접 바꾸기 위한 새로운 설정 항목이 추가되며 기본값은 확인 상태입니다.</li></ul><p><img src="/files/4RpYZaBYqi5qTFcwUs0T" alt="" data-size="original"></p><p></p></td></tr></tbody></table>

예를 들어 유형이 첨부 파일로 설정된 셀 범위를 선택합니다. 셀에 모든 테두리를 추가하고 테두리 색상을 빨간색으로 설정하려면 클릭합니다.

업로드 파일 제한 구성을 클릭하고 다음 그림과 같이 업로드된 파일의 확장명, 파일 크기 및 수를 구성.jpg합니다.

<figure><img src="/files/i5uY1sZUJcfYetyu6Bcv" alt=""><figcaption></figcaption></figure>

실행 후 페이지에 빨간색 첨부 파일 업로드 상자가 표시되고 추가를 클릭하여 첨부 파일을 업로드합니다. 파일 이름을 클릭하여 업로드된 파일을 다운로드하고 삭제를 클릭하여 업로드된 파일을 삭제합니다.

잘못된 파일 형식, 설정된 크기 및 수를 업로드하면 오류 메시지가 나타납니다.

<figure><img src="/files/z7eJXZSJjTiVOSunmUxi" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

* 셀 유형은 표에서 지원되지 않습니다.
* 첨부 파일이 업로드되면 첨부 파일의 "GUID\_ 파일 이름"이 데이터베이스에 저장되고 첨부 파일 업로드 유형에는 데이터베이스의 필드에 텍스트 유형이 저장됩니다.
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.forguncy.co.kr/components/celltype/uploadattachment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
