Replies: 1 comment
|
Several questions before digging deeper:
Regarding the question about parsing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there! I appreciate this library very much.
I had a question in regards to file upload multipart.
I'm trying to upload my file thru postman calling my endpoint
and then extracting the filename:
but my file has something like this in the header
filename*=UTF-8''Screenshot%202025-02-26%20at%2012.53.24%E2%80%AFPM.pngAnd I think the
NNBSPpreventing theContent-Dispositionto evaulate?And is this expected behaviour?
All reactions