getUploadedFile(ctx: { state: Map<string, unknown>; },fieldname?: string): UploadedFile | undefined
Retrieves uploaded files for a given field name from ctx.state.
UploadedFile | undefined
The uploaded files, or undefined if none found