--- title: "Mini app : Downloader" layout: default section: example ---

This mini application let you choose the files you want in a list, download them, zip them and give the result to the user.

This demo requires a recent browser, see the howto.

This demo depends on the following libraries:

{% include_relative downloader.inc/downloader.html %}
{% highlight js %} {% include_relative downloader.inc/downloader.js %} {% endhighlight %}
{% highlight js %} {% include_relative downloader.inc/helpers.js %} {% endhighlight %}
{% highlight html %} {% include_relative downloader.inc/downloader.html %} {% endhighlight %}