# Upload a file

Collection: cli
Human docs: https://zei.sh/docs/cli

Stream a local file into the sandbox.

Command: zeishctl sandboxes files SANDBOX_ID upload ./input.json /workspace/input.json
Parent directories are created for the first upload chunk.

Example:

```
zeishctl sandboxes files SANDBOX_ID upload ./input.json /workspace/input.json
```
