# UPLOAD

#### Syntax <a href="#syntax.15" id="syntax.15"></a>

**UPLOAD**()

#### Bemerkungen <a href="#examples.1" id="examples.1"></a>

* Beim Aufruf dieser Funktion wird der Standard-Upload des Browsers verwendet, um die Datei von dem lokalen Computer hochzuladen.
* Die Funktion gibt den Inhalt der hochgeladenen Datei als unformatierten Text zurück.
* Falls ein Fehler auftritt, wird !ERROR zurückgegeben.

#### Beispiele <a href="#examples.1" id="examples.1"></a>

Durch Klicken auf die Schaltfläche "Hochladen" wird der Dialog "Datei öffnen" im Browser geöffnet. Nachdem der Benutzer die hochzuladende Datei ausgewählt hat, wird der Textinhalt in cell1 kopiert.

<figure><img src="/files/tdmBwWeVebB4a1kzrhqT" alt=""><figcaption></figcaption></figure>

In Kombination mit CSVTORANGE kann die Funktion UPLOAD verwendet werden, um den Inhalt eines Tabellen-Widgets mit dem Inhalt einer csv-Datei auf dem Client-Rechner zu füllen. Die Formel des "Upload"-Buttons ist hier analog zum vorherigen Beispiel: #cell2 = UPLOAD()

<figure><img src="/files/6OnyxZQEHohlNdR0CuqM" alt=""><figcaption></figcaption></figure>


---

# 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.nedyx.com/version-1.66-de/clearlines-funktionen/import-export-funktionen/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.
