Web request with the form data

Hey everyone, Is there a way I can send a post request to a url with the form data ? I know I can do post with json but I am in need of sending the form data.

Something like web.upload() ?

Look up webclient I have an example floating around.

1 Like

Depends on form data, if simple could do url parameters.