Skip to content

fatbigbright/NodeBeginner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeBeginner

following http://www.nodebeginner.org step by step to build a simple pic-upload web site.

08/30/2012 -

         Initialized.

         Create index.js as Entrypoint, wrap code in server.js 
         and make it as a module to export a function - start();

         Create router, handler to handle different requests.

08/31/2012 -

         ./upload can display the text input in ./start. Encoded in UTF-8.

10/18/2012 -

         execute "npm install formidable" to install formidable package, which processes POST data. Do not add content of it into repo.
         
         Complete picture upload & display function. fs.rename cannot move a file among different partition.

About

following http://www.nodebeginner.org step by step to build a simple pic-upload web site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published