Skip to content

Save file without extension #29

@gns088

Description

@gns088

I tried to download files without extension using the service but it is appending .txt extension automatically.
I also tried to download files with .cred extension but when download starts it showing .txt extension.

File download without extenstion
this.fileSaverService.save(file, 'credentials');

File download with extenstion
this.fileSaverService.save(file, 'credentials', 'cred');

I also tried passing type in a blob but still, the file is saving with .txt extension.

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