File upload based on node multiparty.
git clone https://github.com/chengkj99/file-upload.git
npm install
npm start
curl -F 'uploadsh=@[path]' http://127.0.0.1:9000/upload
# for example
curl -F 'img_avatar=@/home/petehouston/hello.txt' http://127.0.0.1:9000/upload
After starting the server,then visit http://127.0.0.1:9000