---
title: "Upload local file (multipart/form-data)"
method: POST
path: "/serverless/files/file/local/{target_path}"
tags: ["Serverless", "Files"]
---

# Upload local file (multipart/form-data)

`POST /serverless/files/file/local/{target_path}`

Uploads a local file using multipart/form-data. The file field name must be `file_upload`.

## Path parameters

- `target_path` string, required — Target path (including filename)

## Query parameters

- `unzip` boolean, nullable — If true and the uploaded file is a ZIP, it will be extracted

## Response `200`

Upload completed

- boolean — Indicates whether the operation was successful

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/fal/apis/platform-apis.md) · [All operations](https://skmtc.dev/fal/apis/platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fal/platform-apis/revisions/0c7dabf80b00/schema)
