Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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