File Upload

File Upload

weskeyweskey 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?

Answers

  • allanallan Posts: 63,192Questions: 1Answers: 10,412 Site admin

    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

This discussion has been closed.