Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- POST http://localhost:5131/api/upload-multiple
- Content-Type: multipart/form-data; boundary=----WebKitFormBoundary7MA4YWxkTrZu0gW
- ------WebKitFormBoundary7MA4YWxkTrZu0gW
- Content-Disposition: form-data; name="formFiles"; filename="file1.txt"
- Content-Type: text/plain
- < ./file1.txt
- ------WebKitFormBoundary7MA4YWxkTrZu0gW
- Content-Disposition: form-data; name="formFiles"; filename="file2.txt"
- Content-Type: image/jpeg
- < ./file2.jpg
- ------WebKitFormBoundary7MA4YWxkTrZu0gW--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement