# Gestione upload

Per caricare un allegato in un modulo o plugin si dovrà procedere a trascinarlo all'interno dell'apposito riquadro, o selezionarne il percorso. L'allegato verrà quindi caricato e la schermata che si presenterà sarà la seguente:

![](/files/Qeay0rpntr4zPcO1GbEf)

Tutti gli upload di OpenSTAManager vengono salvati all'interno della cartella `files/` , suddivisi secondo il nome del modulo cui sono relativi.

{% hint style="info" %}
I file di upload vengono rinominati in modo casuale al fine di evitare una possibile sovrascrittura di file preesistenti, e pertanto non è possibile risalire manualmente a un qualunque file che è stato caricato.
{% 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.openstamanager.com/2.4.41/openstamanager/interfaccia/gestione-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.
