> 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/ar/form-management/form-designer/answers/answer-types/file-upload.md).

# رفع ملف

نوع الإجابة رفع ملف يسمح للمستجيب بإرسال ملفات من جهازه. بمجرد حفظ هذه الملفات مع إجابات المستجيب يمكنك إدارة جميع الملفات باستخدام [مدير الملفات](/ar/form-management/reports/files.md) أو باستخدام [Google drive](/ar/installation-setup/system-settings/google.md).&#x20;

![](/files/ab1cd56871ab1d3e15094cc50d174866683d5586)

{% hint style="info" %}
يمكن تأمين جميع الملفات التي يرفعها المستجيب [مشفرة](/ar/data-encryption/file-upload-encryption.md) داخل قاعدة البيانات اعتمادًا على [تصنيف البيانات](/ar/data-encryption/data-classification.md) التي قمت بإعدادها لإجابة رفع الملف.
{% endhint %}

## 🔅 خصائص رفع الملف

يمكنك إدارة جميع خصائص رفع الملف من [خصائص الإجابة](/ar/form-management/form-designer/answers/answer-types/file-upload.md) لإجابة رفع الملف لديك.

* **`الحد الأقصى لعدد الملفات المرفوعة`** أقصى عدد من الملفات الذي يمكن للمستجيب رفعه.
* **`الحد الأقصى لحجم الملف`** أقصى حجم مسموح به للملف.
* **`مرشح نوع الملف`**&#x64A;قيّد نوع الملفات التي يمكن للمستجيب رفعها.
* **`حفظ نسخة في Google Drive`**&#x64A;حفظ الملف المرفوع في أحد مجلدات Google Drive الخاصة بك بشرط أن تكون قد ربطت [Google Service account](/ar/installation-setup/system-settings/google/service-account.md) بـ [ngSurvey account](/ar/personal-account.md).

{% hint style="info" %}
يستخدم مرشح نوع الملف مواصفات mime لتصفية المحتوى. يمكنك التحقق من [قائمة أنماط mime](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) التي يمكنك استخدامها لتصفية المحتوى. إذا رغبت في تصفية عدة أنواع من المحتوى يمكنك فعل ذلك بفصل كل نوع mime بواحد **;** 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/ar/form-management/form-designer/answers/answer-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.
