quantumsheep / Node-asynchronous-file-uploader

Node asynchronous file uploader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node asynchronous file uploader!

Ever wanted to make a little asynchronous file uploader using XMLHttpReader and Node? Here it is! Node Asynchronous File Uploader - known as NAFU to his closest friends is a Node light library (around 1KB) which provide an upload function for easy uploading.

That's it.

What? You expected much from this lib? Well, it also give you an example to build your file uploader asynchronously and with XMLHttpReader. No, there's no more things that this library do.


How to use it?

Just import the file 'FileUploader.js' like so:

const FileUploader = require('FileUploader');

About

Node asynchronous file uploader

License:GNU General Public License v3.0


Languages

Language:HTML 52.8%Language:JavaScript 47.2%