property UploadedFile.filename

The client-provided original file name (Content-Disposition filename="…"). Always present: since M94b a part carrying NO filename under the field name is a plain form value, not an upload (an empty filename="" — an empty file input — still is one).

Type

string

Usage

import { type UploadedFile } from "storage-plugin/src/index.ts";