Tool for sending multipart/form-data request with Postman

preview_player
Показать описание

In this video tutorial, I will show you how to debug an upload script and demonstrate it with a tool (Postman) that can make requests encoded as "multipart/form-data" so that you can send also a file.

If this was helpful and you want to support me create more videos like this one, please consider subscribing.

--

⭐️ Video contents ⭐️

⌨️ 00:00 - Introduction
⌨️ 00:57 - Multipart/form-data request with Postman
⌨️ 02:38 - Troubleshooting: No multipart boundary was found
⌨️ 05:00 - Conclusion

--

⭐️ 🎓 The complete guide to Postman (online course) ⭐️

Want to learn more about Postman? Check my Postman online course.

Get it at a special price and help support this YouTube channel:

--

⭐️ 💬 I have a question. ⭐️

I do my best to answer all comments here on YouTube but I cannot make any guarantees.

If you have a question, it is best to ask your question on Discord, on the Postman User Group on Facebook, or on the Postman Community (links below).

If you are asking a question, make sure to include as many details as possible, including screenshots.

If you have purchased the Postman online course, please use the Q&A section or send me a message directly.

Please do not email me or contact me on other channels as I might not be able to answer. Sorry!

--

⭐️ 💡 I have a video idea ⭐️

Do you want me to create a video on a specific topic? Just fill out the form below:

--

⭐️ 📺 Learn Postman on YouTube ⭐️

Collection of video tutorials:

___

⭐️ 📕 Free resources ⭐️

📌 DOWNLOAD the FREE Postman Quick Reference Guide

📌 Ask a question on Discord (unofficial)

📌 Join the Postman User Group on Facebook (unofficial)

📌 Postman community forum (official)

--

⭐️ 📩 Contact & Imprint ⭐️

👉 Follow me on Twitter:

👉 Follow me on Medium:

👉 Follow me on Facebook:

👉 Let's connect on LinkedIn:

Рекомендации по теме
Комментарии
Автор

saved my life, ive been testing wrong all day long thank you

trafmus
Автор

Good stuff man. Concise and just what I needed.

cicarrillo
Автор

Thank you very much! Been looking for something like that for hours.

vyacheslavazarenko
Автор

Thanks for your explanation, I am facing the same problem .when I use content-type multipart/form-data, I can't get file in my program.However, I take content-Type out .it can work . But I have a question, I don't know my website call this upload Api whether need to set request content type in multipart/form-data ?

yorklin
Автор

thank you soooo much, i was having that problem with post man coz i only knew post and get json data but i didn't know how to handle maltipart/form-data as i had to use an actual browser to do so.

CyrilOkidi
Автор

Thank You! This is exactly what I was looking for. I didn't want to write a front-end just to test my REST API.

godofemptiness
Автор

Thanks a lot. Was struggling as I want to develop HTTP services and not actual UI (html..). So was using curl, REST Client, POSTMAN.. Your video helped to get it right using postman :)

chandrababu
Автор

Hi Valentin, I'm looking for a tool that can be configured to automatically run once each night, on a (production) Windows server, to upload two files to a rest-api end point. Would you recommend Postman for that or are there more suitable alternatives?

Foobart
Автор

hi, may i know do u have vb.net version pass data to API with json?

jingsuantan
Автор

I'm working on web API .net. My requirement is like I want to pass file as well as one string in the same request. So my controller method is accepting object parameter for example Employee obj having EmployeeName as string and EmployeePic as byte[ ]. However I'm not able to post this with file and string in the same request. I tried with form data and added 2 rows as on 1st EmployeePic and selected image file and on 2nd row EmployeeName as key and pass Siddhesh as value. However its saying no such method found in controller and sometimes giving content type error as I'm not sure do we need to use any content type here. Please help.

siddheshkeluskar
Автор

How do you receive API stream file using postman?

abdullahnurum
Автор

Is that possible to send multi-part file in POJO?

arivazhaganl
Автор

Thank you so much, because of your video i am able to send file through my own bot.

CodeSecret
Автор

How to load JSON data and file in one go with Bearer token. Thanks in advance

rituagarwal
Автор

Thanks for the video. Is there are way to specify a parameter for the file name?

dvstd
Автор

Nice..i am struggling for this, please reply....How can we directly record response data to postman ...do we hve any app or tool?

deepteja
Автор

Thank you. I'll try with node js as a backend

ilhabibi
Автор

sir, i have one doubt please clarify me. In multipart/form-data, after making api call, get the response. I did this work, it' working. But i could not extract a particular data from that response. how to do this?

bhuvaneswarikittappa
Автор

I wanted to know how to configure postman to work with gravity forms

ismahamada
Автор

how to send some parameters along with the file?

VishalSharma-yswt