Dmytro Nazarenko

Results 21 comments of Dmytro Nazarenko

Hi, so far I have not planned for fastify support. Having looked a little at the amount of work, I can say that it will not take much time, so...

Hi, maybe add a callback function to the configuration of `FormDataInterceptorConfig` to get the filename before saving it to local storage?

Hello, what is the size of the file you are uploading?

@karolmodzelewski Hi, in version 1.9.1 I have added tests to check your ticket. And they pass successfully, could you please test the new version in your environment and report the...

In version 1.8.3, the mime-type logic was changed, but new getters were added to support older versions. Please post a log of the uploaded file from your dto, and make...

@salos1982 Hi! `file-type` library which is used to determine mime-type is not suitable for text-based file formats, as it requires parsing the file. From the `file-type` readme: > This package...

I understand the repository is abandoned, maybe someone will help

@Yuniac Hi, I am trying to reproduce your issue but it is not reproducible. Automatic tests will not allow you to certify a version with obvious behavioral errors. Please provide...

Added fastify support in [email protected]. Thanks to [0x67](https://github.com/dmitriy-nz/nestjs-form-data/pull/53)

Hi! I see a big acceleration compared to the version [email protected] But there is a new version of busboy which is much better. (nestjs-form-data now using 1.6.0) Maybe you have...