We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how can i upload pdf or word file to server iam getting this reponse but iam getting confused how can i use this with axios pls tell me
React Native 0.59
The text was updated successfully, but these errors were encountered:
add "name" variable will do
let fm = new FormData(); response.name = response.fileName; fm.append('files', response) axios({ method: 'post', url: targetURL, data: fm, config: { headers: {'Content-Type': 'multipart/form-data' }} }).then(resp=>{ doSomething(resp) })
Sorry, something went wrong.
No branches or pull requests
how can i upload pdf or word file to server

iam getting this reponse but iam getting confused
how can i use this with axios pls tell me
React Native 0.59
The text was updated successfully, but these errors were encountered: