Skip to content

Forwarding files to another service. #110

@bhargavcp

Description

@bhargavcp

Hello,

First of all, thank you for this awesome library :)

I have a question: How do you suggest forwarding the files that we receive in a resolver to another service? Currently, I write the file locally with stream.pipe(createWriteStream(filename)) and then forward that file to the other service that I want. But I think there should be a better way to achieve this.

Is it BusBoy that is stopping me from doing that? Because, I remember looking at formidable and it gives me the entire file object, but BusBoy seems to only give few of the fields from the File object and does some 'magic' under the hood?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions