Skip to content

Switch to using an in-memory file system for file uploads #39

@rslay

Description

@rslay

Probably not a good idea to store entire files as base64 data in variables and pass them through a bunch of functions - preferable to utilize an in-memory file system that only converts files to base64 when needed by the browser and to have it kept in one memory location in all other situations

Possible library option: https://github.com/streamich/memfs

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