> For the complete documentation index, see [llms.txt](https://helpv3.ladipage.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpv3.ladipage.vn/form-data/cai-dat-chung-cho-form/truong-chon-file.md).

# Trường chọn file

Trường dữ liệu này cho phép người sử dụng tải file dữ liệu lên form của bạn và gửi về kênh lưu trữ đã được thiết lập của form đó.

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

Khi xuất bản sẽ có định dạng như sau:

![](/files/kiB9ehZLZNJ47YdNNriv)

### **Các lưu ý về trường chọn file**

* Các định dạng file cho phép được tải lên: 'jpg', 'jpeg', 'png', 'gif', 'svg', 'ico', 'mp3', 'mp4', 'ttf', 'otf', 'woff2', 'txt', 'doc', 'docx', 'xls', 'xlsx', 'pdf'.
* Ở 1 trường chọn file, bạn được phép tải lên **tối đa 5 file cùng 1 lúc**, với tổng dung lượng tối đa cho 1 lần tải là **25 Mb**, nếu tải lần lượt từng file lên thì chỉ lưu lại file ở thao tác tải lên cuối cùng.
* Bạn được tạo tối đa 5 trường chọn file cho 1 form điền thông tin.
* Dữ liệu của trường chọn file, chỉ gửi về các kênh lưu trữ: **Email, Google Sheet, SMTP, Slack, Telegram, Custome API (tích chọn gửi qua LadiPage).** Trong mục **Backup dữ liệu-** trường file ghi nhận như dạng text nên sẽ không tải được file từ mục backup.

{% hint style="warning" %}
**Lưu ý:**&#x20;

Các Link File chỉ truy cập được <mark style="color:red;">**trong vòng 30 ngày và tối đa 1000 lượt truy cập**</mark> từ thời điểm ghi nhận thông tin về kênh lưu trữ.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpv3.ladipage.vn/form-data/cai-dat-chung-cho-form/truong-chon-file.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
