Skip to content
 
 

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

File Upload App built using AngularJS (v1.3.0), NodeJS and ExpressJS(v4.1). The Angular code is taken from Daniel Farid's example file-upload code on Git Hub.

The Node server code is mine. I also added some http success and error callbacks to get access to the HTTP headers etc.

##Left to Discover

Daniel makes use of FileAPI for the image/file processing client side and has created what seems an excellent package.

The NodeJS server code works and is error free. However I am not an expert yet with Node and would be eager to hear feedback on how the code should be improved.

Motivation

Learning AngularJS and NodeJS.

##Using the program

  • Install Node and NPM
  • run npm install (this installs all dependencies listed in project.json)
  • run node server.js

A local express server will now be available on port 3040 [http://localhost:3040/]

Michael Cullen 2014

About

File upload with Express 4.1 using HTML5 Drag&Drop, FileAPI file processing, progress bar, multipart & binary types

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors