Wrong file headers produces for zipped files inside multipart/form-data response
I can successfully download a ZIP-ped file when using returning the response as application/octet-stream
, but not when using multipart/form-data
. The downloaded ZIP has for each file inside the ZIP exactly 2 bytes that are wrong in the corresponding file headers.