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
- Host: GitHub
- URL: https://github.com/danielrohers/upload-ajax-nodejs
- Owner: danielrohers
- Created: 2014-06-12T10:44:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T12:54:18.000Z (over 7 years ago)
- Last Synced: 2025-07-22T14:46:24.433Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)