-
Notifications
You must be signed in to change notification settings - Fork 11
not encode filename when uploading #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
webstack2 still has the issue |
@ziyan can you comment with respect to new webstack? |
We use https://pkg.go.dev/mime/multipart#Part.FileName which internally uses https://pkg.go.dev/mime#ParseMediaType and it does not expec the filename part ot be encoded. |
Additionally, we also support |
issue seems still there
master
notEncodeFilenameWhenUploading
|
meanwhile let me check filename= in uri |
so let's adopt #107 |
because filename field must not be encoded. I checked the behavior by clientpy experiments.