Using Postman-GRPC ,I need to upload a file as request(via postman) to the my GRPC-server
Asked Answered
M

0

7

I have a GRPC file-upload server(C#) running and I also have GRPC-client through which I was uploading files to the GRPC server but now I want to upload my file using postman(yes the new postman version supports GRPC) and now I am not able to figure out how to attach/send the file via the GRPC-postman to my GRPC-server ,for example in REST-postman u r able attach the file in body using FORM-DATA tab. can anyone give me a solution to this

Thank you

Marilee answered 29/9, 2022 at 18:28 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.