Skip to content

In version 1.8.3 mimetype is undefined #40

@salos1982

Description

@salos1982

I'm trying to upload a video using such a structure

export class VideoUploadData {
  @IsFile()
  @MaxFileSize(10 * 1024 * 1204)
  @ApiProperty()
  file: MemoryStoredFile;
  @ApiProperty()
  fieldName: string;
}

In version 1.7.1
file.mimetype contained a mime type of video, But in version 1.8.3 it is undefined. I see busBoyMimeType property but it is protected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions