-
Notifications
You must be signed in to change notification settings - Fork 739
Closed
Labels
type: bugA bugA bug
Milestone
Description
Line 190 in 645a60a
writer.printf("Content-Disposition: form-data; name=%s%n", name); |
content-disposition
misses filename
parameter which can be fetched from part.submittedFileName
Sample value
Content-Disposition: form-data; name="fieldName"; filename="filename.jpg"
Metadata
Metadata
Assignees
Labels
type: bugA bugA bug