> For the complete documentation index, see [llms.txt](https://docs.pixeleyes.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pixeleyes.de/anleitungen-instructions/deutsch/dokumentation-unserer-shopware-6-plugins/flachenberechnung-fur-shopware-6/konfiguration/tab-verknupfte-optionen/tab-upload.md).

# Tab Upload

**Erlaubte Dateiendungen:**

\
Geben Sie hier die Dateiendungen für den Upload, die Sie erlauben möchten.&#x20;

Diese müssen komma getrennt eingegeben werden z.B. jpg,png,jpeg

**min. Dateigröße in Bytes:** Geben Sie die Mindestgröße der hochzuladenden Datei ein

**max. Dateigröße in Bytes:** Geben Sie die Maximalgröße der hochzuladenden Datei ein

{% hint style="info" %}
Die Maximalgröße die ein User hochladen kann, ist auch abhängig von dem eingestellten Wert ([<mark style="color:orange;">**post\_max\_size**</mark>](https://www.php.net/manual/en/ini.core.php#ini.post-max-size) , [<mark style="color:orange;">**upload\_max\_filesize**</mark>](https://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize) )  in Ihrer PHP.ini
{% endhint %}

Sofern Sie alle Ihre Optionen verknüpft haben, müssen Sie dann die Konfiguration speichern


---

# 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.pixeleyes.de/anleitungen-instructions/deutsch/dokumentation-unserer-shopware-6-plugins/flachenberechnung-fur-shopware-6/konfiguration/tab-verknupfte-optionen/tab-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.
