jaredwilli / lvlFileUpload

Native AngularJs file upload directive

Home Page:http://jasonturim.wordpress.com/2013/09/12/angularjs-native-multi-file-upload-with-progress/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Native FileUpload Service and Directive#

##File Upload Directive## A native directive that supports uploading multiple files and data. It exposes a simple API that a parent scope can use to track upload progress, errors and completion.

The demo requires node.js and the express package so files can be posted to a server.

Documentation

#Services#

##XHR Post Service## A service that posts files and data to a url, and uses promises and callbacks to notify it's parent of upload events.

Unit Test

Documentation

About

Native AngularJs file upload directive

http://jasonturim.wordpress.com/2013/09/12/angularjs-native-multi-file-upload-with-progress/

License:MIT License