Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

formData not supported #63

Open
ryanreich opened this issue Feb 23, 2016 · 4 comments
Open

formData not supported #63

ryanreich opened this issue Feb 23, 2016 · 4 comments

Comments

@ryanreich
Copy link

No description provided.

@edenpessach
Copy link

edenpessach commented Jun 26, 2016

isn't this what you are looking for?

try using 'form' instead of 'body'

@qvaqvaboo
Copy link

qvaqvaboo commented Jan 25, 2017

And make sure your method is 'POST', not 'post' (capital letters)
https://github.com/iriscouch/browser-request/blob/master/index.js#L127

@Ajk4
Copy link

Ajk4 commented Aug 25, 2017

I think OP meant exactly 'formData' parameter available in node. See ( #https://www.npmjs.com/package/request#requestoptions-callback )

I believe it is needed if you want to send files using multipart forms.

@frxncisjoseph
Copy link

@Ajk4 Indeed, nothing has been mentioned about this nor a response. This truly is something that is crucial...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants