# 上传文件

Endpoint: POST /api/cloudphone/uploadFile
Version: 1.0.0

## Request fields (multipart/form-data):

  - `id` (string)
    云手机ID
    Example: 1661515884160372

  - `file` (string)
    待上传文件
    Example: file://D:\application\apifox\LICENSE.electron.txt

  - `uploadDest` (string)
    上传目标目录
    Example: /Download

