Download Module 
---------------
Version: 1.0
Date:    April 2002
Authors: Bob Le Gob

Module Description:
This module provides a simple way to download files from the
server into the client's cache directory.

Actions:
- Start   (S) : activates the module on the client and triggers the download.
- Destroy (S) : destroys the client.

Events:
- Started           (S) : client module activated.
- Destroyed         (S) : client module destroyed.
- Ended             (S) : client lost connection, voluntarily or not.
- DownloadStarted   (C) : client started to download the files.
- DownloadCompleted (C) : client downloaded all available files.

Zones:
- Server interface: no
- Client interface: no
      Client popup: yes - 1 Window to display the progress of the download.
                  

Known issues: 
- Because of a bug in the 2D API, you can not add as many files 
as you wish during a single files selection in the file browser of
the editor. The number of files you can add depends on an unknown 
reason but 10 seems to be an average limit. This doesn't prevent 
you to add a lot of files in the module editor but this will require 
more work to add the files.

Notes:
-

---------------

Revision: 1.01
Date:     
Authors:  

Update description: