nestjs-form-data
nestjs-form-data copied to clipboard
NestJS middleware for handling multipart/form-data, which is primarily used for uploading files.
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...
Hey, amazing plugin, but ... do you plan to add support for `fastify`?
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...
this is a Feature and Multer has this feature, too.
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...
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...
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...