You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: encode X-Filename header for files with special characters (#10451)
The X-Filename header now uses encodeURIComponent() to properly encode
filenames containing non-ASCII characters (e.g., "religion åk4.pdf").
This prevents HTTP header encoding errors when uploading files with
special characters in their names.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments