> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/form-management/form-designer/questions/question-types/advanced-types/file-upload.md).

# File Upload

The file upload question generates a question with a [file upload](/form-management/form-designer/answers/answer-types/file-upload.md) answer type to let you respondents upload a file. You can add as many file upload answers as you wish in your questions or survey.

![](/files/-MBj4OmS086DyKAgKCAb)

Once uploaded you may use the [file manager](/form-management/reports/files.md) to download the files or you may also download the respondent files on each [individual respondent report](/form-management/respondents-management/respondent-details.md) page.&#x20;

## 🔅 File upload properties

You may manage all file upload properties from the [answer properties](/form-management/form-designer/answers/answer-types/file-upload.md) of your file upload answer.

* **`Max. file upload number`** maximum number of files that the respondent can upload.
* **`Max. file size`** maximum size allowed file for the file.
* **`File type filter`**&#x72;estricts the type of files that the respondent can upload.
* **`Save a copy to Google Drive`**&#x73;aves the uploaded file to one of your Google Driver folder provided that you have linked a [Google Service account](/installation-setup/system-settings/google/service-account.md) to your [ngSurvey account](/personal-account.md).

{% hint style="info" %}
The file type filter uses mime type specifications to filter out the content. You may check following [list of mime types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) that you can use to filter out content. If you would like to filter out multiple types of content you can do so by separating each mime type by a **;** char
{% 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://docs.ngsurvey.com/form-management/form-designer/questions/question-types/advanced-types/file-upload.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.
