Skip to content

🚀 v3 Request: Add Support for *multipart.FileHeader fields to Multipart Binder #2002

@efectn

Description

@efectn

Feature Description

Currently, Fiber binding uses gorilla/schema and it's very slow and doesn't support multipart files (#1967, #3286 (comment)).

We should write more performant, powerful parser acording to the needs of Fiber.

  • support multipart files

Check: #1981 (comment)

Additional Context (optional)

No response

Code Snippet (optional)

package main

import "github.com/gofiber/fiber/v2"
import "log"

func main() {
  app := fiber.New()

  // An example to describe the feature

  log.Fatal(app.Listen(":3000"))
}

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have checked for existing issues that describe my suggestion prior to opening this one.
  • I understand that improperly formatted feature requests may be closed without explanation.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions