---
title: "Upload a file"
method: POST
path: "/rr_upload"
---

# Upload a file

`POST /rr_upload`

## Query parameters

- `name` string, required
- `time` string, date-time
- `crc32` string

## Response `200`

File upload result

- object
  - `err` number — File upload result (can be either `0` if the last upload uccessfully finished or `1` if an error occurred [e.g. CRC mismatch])

---

[API](https://skmtc.dev/duet3d/apis/reprapfirmware.md) · [All operations](https://skmtc.dev/duet3d/apis/reprapfirmware/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/duet3d/reprapfirmware/revisions/23ee8854e806/schema)
