Class
caplin.dom

FileDownloader

The FileDownloader allows you to download files from a given URL.

Constructor Summary

Attributes Name and Description
caplin.dom.FileDownloader()

Method Summary

Attributes Name and Description
void downloadFile(String url, Map fields, windowed)

Downloads a file from the given URL.

Constructor Detail

caplin.dom.FileDownloader()

Method Detail

void downloadFile(String url, Map fields, windowed)

Downloads a file from the given URL. If there is an error trying to download the file an alert is shown.

Parameters
String url The URL to download the file from.
Map fields Any additional parameters that should be appended to the download URL.
windowed