nestjs-form-data icon indicating copy to clipboard operation
nestjs-form-data copied to clipboard

NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.

Results 20 nestjs-form-data issues
Sort by recently updated
recently updated
newest added

as the title said it would be nice to add a way to add a middleware to rename uploaded files before saving to local storage , i think this feature...

enhancement

Hey, amazing plugin, but ... do you plan to add support for `fastify`?

enhancement

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I've used MemoryStoredFile

Hi, we forked busboy and fixed two critical bugs in the package, which could cause the node-process to crash or to hang. We also improved the performance and added some...

Hello, It’s a great library, but it would be better if it provided the ability to rename files. If a `callback` could be considered for this purpose, that would be...

enhancement

export class EditDto { @ApiProperty({ description: 'Имя услуги', example: 'Имя', required: false }) @IsString() @IsOptional() name: string; @ApiProperty({ description: 'Описание услуги', example: 'Описание', required: false }) @IsString() @IsOptional() description: string;...

I tryed to use your library, but got an error: Error: Nest can't resolve dependencies of the FormDataInterceptor (?). Please make sure that the argument Symbol(Inject token for NestJsFormData global...

bug

Hello. Thanks for creating this library. A while ago, I had an issue where files sent as an array weren't appropriately received on the server and to fix this I...

bug