Insomnia upload pic and post data at same time

anduplats picture anduplats · Jun 5, 2017 · Viewed 12.3k times · Source

I'm having problem posting binary data and regular data at the same time.

How I can test it with Insomnia? Insomnia offers only URL Encoded for data and Binary File for file. I cannot send both at the same time.

What should I do to test uploading data and binary file at the same time with one request?

Answer

buncis picture buncis · Apr 5, 2019

you could use multipart form from insomnia with this you could send data and file at the same request

enter image description here