File Upload
File Upload
weskey
Posts: 12Questions: 5Answers: 0
I have an editor form in a JavaScript application that posts form data to a Node.js API. I'd like to add the file upload control to the form but get an HTTP 500 error when selecting a file.
Can anyone outline the best way of adding the file upload control using JavaScript only with an API?
This discussion has been closed.
Answers
On the node server's console, what is the error that it is printing out when you get the 500 error? Is it a permission issue, code error or something else?
Allan