An open API service indexing awesome lists of open source software.

https://github.com/danielrohers/upload-ajax-nodejs

Simple example of file upload with AJAX and Node.js
https://github.com/danielrohers/upload-ajax-nodejs

Last synced: 9 months ago
JSON representation

Simple example of file upload with AJAX and Node.js

Awesome Lists containing this project

README

          

# Upload with AJAX and Node.js

Simple example of file upload with AJAX and Node.js

### Note javascripts

[main.js](https://github.com/danielrohers/upload-ajax-nodejs/blob/master/public/javascripts/main.js)

[ajax.js](https://github.com/danielrohers/upload-ajax-nodejs/blob/master/public/javascripts/ajax.js)

### Node.js

* [Multer used for uploading files](https://www.npmjs.org/package/multer)
* [Express](http://expressjs.com/guide.html#executable)

### References
* [MDN XMLHttpRequest](https://developer.mozilla.org/pt-BR/docs/Web/API/XMLHttpRequest)
* [MDN FormData](https://developer.mozilla.org/en-US/docs/Web/API/FormData)