> For the complete documentation index, see [llms.txt](https://docs.qyrus.com/device-farm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qyrus.com/device-farm/file-upload.md).

# File Upload Feature for Remote Real Devices

## 1. Introduction

The File Upload feature provides you with the ability to transfer files from your local device to a remote real device that you have an active session with on our Device Farm platform. This feature is particularly useful for testing scenarios that involve specific files, such as configurations, data sets, or test scripts.

### Supported Platforms: iOS and Android

The File Upload feature is supported on both iOS and Android devices. This Feature can easily accessed by starting a [manual session](/device-farm/manual.md#creating-a-manual-device-session).

## 2. Uploading Files

1. **Selecting a File to Upload**:
   * Click the "file/folder" icon.
   * Choose the file you want to upload from your local device.

### iOS:

* The file to be uploaded should be located within the `Files > On My iPhone > Chrome` directory. ![ios-fileupload](/files/vGYlFYsG0DEIVrWKpIW9)

### Android:

* The file to be uploaded should be located within the device's `Downloads` folder. ![ios-fileupload](/files/DlVJMoMVsSknGWcxpJZW)

## 3. Verifying Upload

Once the file transfer is complete, you can verify its successful upload on the remote device:

* For iOS: Open the `Files` app and go to the `Chrome` folder within the iPhone Device.
* For Android: Access the `Downloads` folder on the device.


---

# 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.qyrus.com/device-farm/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.
