# File Upload

The file upload answer type allows the respondent to send over files from his device. Once these files were saved with the respondents answers you may manage all the files using the [file manager](/form-management/reports/files.md) or using your [Google drive](/installation-setup/system-settings/google.md).&#x20;

![](/files/-MBj4OmS086DyKAgKCAb)

{% hint style="info" %}
All uploaded files by the respondent can be securely [encrypted](/data-encryption/file-upload-encryption.md) inside the database depending on the [data classification](/data-encryption/data-classification.md) that you have setup for the file upload answer.
{% endhint %}

## 🔅 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: 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.ngsurvey.com/form-management/form-designer/answers/answer-types/file-upload.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.
