https://github.com/jerryshell/hono-upload
Error uploading Chinese files to node-server with Postman
https://github.com/jerryshell/hono-upload
Last synced: 2 months ago
JSON representation
Error uploading Chinese files to node-server with Postman
- Host: GitHub
- URL: https://github.com/jerryshell/hono-upload
- Owner: jerryshell
- Created: 2025-11-10T15:11:22.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-11-25T03:01:36.000Z (4 months ago)
- Last Synced: 2025-11-28T12:56:07.357Z (4 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
See: https://github.com/honojs/node-server/issues/287
# Error uploading Chinese files to node-server with Postman
In "upload-node", using Postman to upload Chinese files fails.
But in "upload-bun", it can upload successfully.
- OS: Windows 10 LTSC
- Bun Version: 1.3.2
- Node Version: v25.1.0
- Postman Version: 11.70.6
"upload-node" error:
```
TypeError: Failed to parse body as FormData.
at parsingError (node:internal/deps/undici/undici:6114:14)
at parseMultipartFormDataHeaders (node:internal/deps/undici/undici:6058:17)
... 4 lines matching cause stack trace ...
at process.processTicksAndRejections (node:internal/process/task_queues:103:5) {
[cause]: TypeError: expected CRLF
at parsingError (node:internal/deps/undici/undici:6114:74)
at parseMultipartFormDataHeaders (node:internal/deps/undici/undici:6058:17)
at multipartFormDataParser (node:internal/deps/undici/undici:5916:24)
at node:internal/deps/undici/undici:6364:34
at successSteps (node:internal/deps/undici/undici:6414:27)
at readAllBytes (node:internal/deps/undici/undici:5380:13)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
```
