You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
411 B

  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--