Skip to content

Is it possible to convert a file coming from HTML input and upload to bucket without saving it to file system? #408

@cbdeveloper

Description

@cbdeveloper

Is this possible?

  • Getting file from HTML input
  • Convert to webP and upload image
  • All in memory. Not saving anything to the file system.
file: File  // From HTML input

const { data } = imagemin(['fileInput']);
uploadImageToBuck(data);

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions