POST 请求中,一个 key 包含多个上传文件时,除了第一个文件,其他文件被丢弃,导致 BindSafeData
行为非预期。
#227
Labels
bug
Something isn't working
BindSafeData
行为非预期。
#227
System (please complete the following information):
macOS
1.18
1.5.1
Describe the bug
POST 请求中,一个 key 包含多个上传文件时,除了第一个文件,其他文件被丢弃。导致
BindSafeData
只能绑定File *multipart.FileHeader
类型,而无法绑定File []*multipart.FileHeader
类型。To Reproduce
Expected behavior
BindSafeData
支持绑定File []*multipart.FileHeader
类型。Screenshots
Additional context
No
The text was updated successfully, but these errors were encountered: