Results 8 comments of krishan kumar

> Thanks for your feedback, I found the root reason, and I'll create a PR for it, if not rush, we can release this fix to 1.13.0, It will take...

I think it still doesn't support multiple file upload. For example ```go type StoreMediaRequest struct { Files []*multipart.FileHeader `form:"files" json:"files"` OwnerID uint `form:"owner_id" json:"owner_id"` OwnerType string `form:"owner_type" json:"owner_type"` } ```...

Yeah, error is because of my code(I am trying to access property of files which is `nil`). But files shouldn't be `nil`.

Hey @Cannonb4ll, I would like to work on this issue.

@niwsa I would like to work on this issue.

@devkiran jackson is eating up a lot of memory Before running jackson: ![image](https://github.com/boxyhq/jackson/assets/84431594/fc3f9496-c6e9-4511-9dd4-997059ef4d41) After running jackson ( upto 7.7gb/8.0gb): ![image](https://github.com/boxyhq/jackson/assets/84431594/32e9ceee-1799-490e-8b88-8a12ea33428a)

Sorry @NathanTarbert ,I am having above issue which is not solved.

@NathanTarbert I am using Ubuntu 22.04.