Skip to content

Getting an uploaded file #137

@jonkri

Description

@jonkri

When uploading files, the ByteString looks to include the complete request, including headers and whatnot. The ByteString will look something like this:

file

This surprised me a bit - I thought I would be getting the uploaded file's content.

I uploaded the file like so:

curl --header "Content-Type: application/octet-stream" --form upload=@big-buck-bunny_trailer.webm --request POST <URL>

How would a user go about extracting the actual file?

Might be related to #68 and #102.

Thanks!

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