diff --git a/packages/next/src/fetchAPI-multipart/index.ts b/packages/next/src/fetchAPI-multipart/index.ts index 8b56d9e5266..289e6e2dc63 100644 --- a/packages/next/src/fetchAPI-multipart/index.ts +++ b/packages/next/src/fetchAPI-multipart/index.ts @@ -7,11 +7,11 @@ import { isEligibleRequest } from './isEligibleRequest.js' import { processMultipart } from './processMultipart.js' import { debugLog } from './utilities.js' -const DEFAULT_OPTIONS = { +const DEFAULT_OPTIONS: FetchAPIFileUploadOptions = { abortOnLimit: false, createParentPath: false, debug: false, - fileHandler: false, + defParamCharset: 'utf8', limitHandler: false, parseNested: false, preserveExtension: false,