/Knowledge/sources/honojs__hono/llms-full/honorequest-parsebody-multiple-files--40fa878291f7.md
HonoRequest: parseBody() > Multiple files - hono-docs
HonoRequest: parseBody() Multiple files Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt multiple files...
HonoRequest: parseBody() > Multiple files
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#multiple-files
Summary
ts twoslash import { Context } from 'hono' declare const c: Context // ---cut--- const body = await c.req.parseBody() body['foo[]'] body['foo[]'] is always (string | File)[]. [] postfix is required.
Content
import { Context } from 'hono'
declare const c: Context
// ---cut---
const body = await c.req.parseBody()
body['foo[]']
body['foo[]'] is always (string | File)[].
[] postfix is required.
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#multiple-files",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / HonoRequest > parseBody() > Multiple files",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 575,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "HonoRequest: parseBody() > Multiple files",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}