# Uploading data to the Large File Storage

If you need to upload data directly to the Large File Storage, request an access link from Nuvolos support.

Requirements:

1. You need to obtain an access link from Nuvolos support.
2. Download and install the latest version of [Azure Storage Explorer](https://azure.microsoft.com/en-us/products/storage/storage-explorer/?msockid=1e46f65073866c791d9be2cc729b6d4e#Download-4).

## Steps to establish connection

The following steps describe how to establish a direct connection to the large file storage.

1. Open Azure Storage Explorer.
2. Select Attach to a resource.
3. In the resource type list, select File Share.
4. For the connection method, select Shared access signature URL.
5. Enter any value for Display name.
6. Paste the access link you received from Nuvolos support into File Share SAS URL.
7. Complete the connection. After that, the file share appears in Azure Storage Explorer and you can browse its contents or upload files.

## Uploading files

To upload files after the connection is established, open the attached file share in Azure Storage Explorer and use the Upload action in the application toolbar or context menu. Then choose the files you want to add to the share.


---

# 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.nuvolos.com/user-guides/application-specific-guides/uploading-data-to-the-large-file-storage.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.
