original 411 B

123456789101112131415161718192021
  1. --AaB03x
  2. Content-Disposition: form-data; name="foo"
  3. bar
  4. --AaB03x
  5. Content-Disposition: form-data; name="files"
  6. Content-Type: multipart/mixed, boundary=BbC04y
  7. --BbC04y
  8. Content-Disposition: attachment; filename="file.txt"
  9. Content-Type: text/plain
  10. contents
  11. --BbC04y
  12. Content-Disposition: attachment; filename="flowers.jpg"
  13. Content-Type: image/jpeg
  14. Content-Transfer-Encoding: binary
  15. contents
  16. --BbC04y--
  17. --AaB03x--