Skip to content

remix/data-schema/form-data · Interface

View Source

FormDataFileOptions

Summary

Options for parsing a single file field from FormData.

Signature

interface FormDataFileOptions {
  name?: string
}

Properties

name

The form field name to read. Defaults to the object key passed to object().