Advertisement
ivandrofly

Untitled

May 13th, 2025
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.47 KB | None | 0 0
  1. POST http://localhost:5131/api/upload-multiple
  2. Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
  3.  
  4. ------WebKitFormBoundary7MA4YWxkTrZu0gW
  5. Content-Disposition: form-data; name="formFiles"; filename="file1.txt"
  6. Content-Type: text/plain
  7.  
  8. < ./file1.txt
  9. ------WebKitFormBoundary7MA4YWxkTrZu0gW
  10. Content-Disposition: form-data; name="formFiles"; filename="file2.txt"
  11. Content-Type: image/jpeg
  12.  
  13. < ./file2.jpg
  14. ------WebKitFormBoundary7MA4YWxkTrZu0gW--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement