thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

Body-Form post multiple

Open tanlucvn opened this issue 1 year ago • 1 comments

Question: Here is Form image

How can I post with postData..., in JSON its easy but cant upload attach. So Im using Form (above img) but idk how to post like this

image

{ "postData": { "boardId": "6589448d790b5a67eeb94b84", "title": "threadtitle", "body": "thread" }, "attach": [ { "item": "item1", "thumb": "" }, { "item": "item2", "thumb": "" } ] }

Are you using the free version/paid version/trial: free version

tanlucvn avatar Dec 27 '23 15:12 tanlucvn

Hi @tanlucvn

try using readFile filter - https://github.com/rangav/thunder-client-support/blob/master/docs/filters.md#readFile

rangav avatar Jan 16 '24 14:01 rangav