# 첨부 파일 필드

데이터 테이블에 첨부 파일 데이터를 저장할 첨부 파일 필드를 추가할 수 있습니다.

## 첨부파일 필드 추가하기&#x20;

첨부 파일 필드를 추가하는 방법에는 두 가지가 있습니다.

방법 1. 데이터 테이블에서 첫 번째 행의 마지막 셀(필드 추가)의 드롭다운 버튼을 클릭하여 드롭다운 목록에서 첨부 파일 유형을 선택합니다.

![](/files/XmlTDrwgtXlEP8ZIcgK2)

방법 2. 데이터 테이블을 열고 리본 메뉴에서 테이블 도구 필드를 선택하고 첨부 파일 유형 버튼을 클릭합니다.

![](/files/bv9NahcNOui33EW3QWIt)

## 첨부파일 필드 저장&#x20;

페이지에서 첨부 파일의 셀 유형을 만들고 첨부 파일 필드를 바인딩할 수 있습니다. 페이지에서 셀을 클릭하여 첨부 파일을 업로드하고 데이터베이스에 커밋하면 첨부 파일이 실제로 "GUID\_ 파일 이름"으로 저장됩니다. 여러 파일 간에 "|" 사용 분리.

첨부 파일 업로드를 통해 포간시 기본 제공 데이터베이스에 업로드된 첨부 파일은 기본적으로 \[C:\Users₩Public₩Documents₩ForguncyServer₩*응용 프로그램 이름*\Upload] 디렉토리에 저장됩니다.


---

# 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/v7/database/fieldtype/attachment.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.
