INSTALLATION MYFILEDOWNLOADER

1) Open the file download.html in a text editor, e.g. notepad
2) Add the download URL to applet parameter 'primaryDownloadURL'
3) MyFileDownloader consists of a download button. The text of
   the button can be changed with the applet parameter 
   'downloadLabel". This parameter is optional.
4) Save the file
5) Start an FTP Client
6) Open a connection to your server
7) Upload the entire 'myfiledownloader' directory


USAGE

1) Open a browser
2) Enter the url http://<your-domain>/myfiledownloader/download.html
3) Download the file


FAQ

1) Where can I find the FAQ of MyFileDownloader?
   See: http://www.javaatwork.com/java-file-downloader/faqs.html


INTERNATIONALIZATION

MyFileDownloader is available in more than 20 languages:
- Bulgarian(bg)
- Chinese Simplified(zh_CN)
- Chinese Traditional(zh_TW)
- Czech(cz)
- Danish(da)
- Dutch(nl)
- English(en)
- Finnish(fi)
- Greek(el)
- Icelandic(is)
- Italian(it)
- Japanese(ja)
- French(fr)
- German(de)
- Korean(ko)
- Norwegian(no)
- Polish(pl)
- Portuguese(pt)
- Russian(ru)
- Spanish(es)
- Swedish(sv)
- Turkish(tr)


INSTALLING A LANGUAGE PACK

1) Open the download.html file with a text editor
2) Add the name of one of the labels_<xx>.jar file to the archive param.
   The <xx> represents the language code.
3) Add the parameter <param name="language" value="<xx>"> to the html page.
4) Change the <xx> to your own language code.
5) Save the file
6) Open an FTP Client
7) Upload the download.html file to your server
