> For the complete documentation index, see [llms.txt](https://docs.gridmate.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gridmate.io/advanced-guides/grid-file-upload-column.md).

# Grid - File Upload Column

GridMate's file upload feature enables users to upload files directly into a grid view, simplifying data management and boosting user efficiency.

### **Formula Field** Setup <a href="#dynamic-formula-field-setup" id="dynamic-formula-field-setup"></a>

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

{% hint style="success" %}
Ensure you add the formula field column to your grid.

The result of the formula field should be an **Id.** This Id is used to link the uploaded file.
{% endhint %}

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

Once you have created the **Formula Field** and added the column to your grid, you can begin uploading your files. The video below provides a step-by-step tutorial on using the **Grid - File Upload Column** 👇.

{% embed url="<https://youtu.be/OEw_es1TT2k>" %}


---

# 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:

```
GET https://docs.gridmate.io/advanced-guides/grid-file-upload-column.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.
