Mean upload package guidelines

Overview

Mean upload works by providing an angular directive called mean-upload

To use it simply insert the next code in to your application:
Start with a mean-upload and immidiatly append the next options:

To see the whole HTML snippet in action inspect element the following example or checkout this gist



The mean upload package adds to objects to it's scope - images and files.

Upload another one now:

The example above generates the following json which can be used by your own package:

{{syntaxHightlight(file)}}


{{images.length}} images and {{files.length}} files have been loaded:

Files

This is an example of how we iterate on the files and provide links to download them

Download:

Images

Now if you Add a bit of angular-ui bootstrap magic you can show the images ....
The gallery above can be controlled using the textboxt -
The Interval, in milliseconds:
Enter a negative number to stop the interval.