upload local images to web by using nodejs
1. install nodejs, npm. 2. $ git clone git://github.com/williamjxj/upload-image.git or: create your share-image dir, git init, $ git pull git://github.com/williamjxj/upload-image.git 3. $ cd upload-image/ 4. $ npm install -d 5. $ node app.js 6. then go to http://localhost:3000 that's it!