> For the complete documentation index, see [llms.txt](https://manual.blocworx.com/blocworx-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/file-and-image-fields/multi-file-field.md).

# Multi File Field

The Multi File field works and behaves almost identically to the [File Field](/blocworx-documentation/bloc-editor/fields-tools-and-charts/file-and-image-fields/file-field.md), but with some exceptions:

1. You can upload multiple files in one in field.
2. It is not possible to use the webcam.
3. The files get uploaded using a button devoted to that field, as opposed to being uploaded when you submit the form.

![](/files/-MbI_jwWIl9NxxZFFV6I)

{% hint style="success" %}
Hint: The File Field is more useful when you may expect to just have one file or image for every form submission, or if you have several images in their own respective fields.\
\
The Multi File however is better for when you want to upload a number of files under the same column/field in a form.
{% endhint %}

{% hint style="success" %}
Hint: On a mobile device, you can use this to take photos and save them on the fly in your Bloc.
{% endhint %}

### Initial Parameters

<table data-header-hidden><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td>Parameters</td><td>Description</td><td></td></tr><tr><td>Show Files or Images in the form</td><td>When checked, allows the user to visually see any photos attached to the record. It shows an icon if a PDF file is attached, and clicking this icon will open the PDF in another tab on the browser.</td><td></td></tr><tr><td>Show Files as File Name Listing</td><td>When checked, this allows the user to view the files uploaded as name listings. When a listing is clicked it will open the file in another tab on the browser.</td><td></td></tr></tbody></table>

<figure><img src="/files/AhAtYyd9KlZed6uZKWEs" alt=""><figcaption><p>Showing files or images in the form.</p></figcaption></figure>

<figure><img src="/files/eTGIOcufJDCh5bER2zeA" alt=""><figcaption><p>Showing files as file name listings</p></figcaption></figure>

### Viewing the Data

![The files appear as a group of links inside the data cell.](/files/-MbIpfps2KglyQrUFqCy)


---

# 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://manual.blocworx.com/blocworx-documentation/bloc-editor/fields-tools-and-charts/file-and-image-fields/multi-file-field.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.
