-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
When uploading files, the ByteString looks to include the complete request, including headers and whatnot. The ByteString will look something like this:
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
Labels
No labels
