|
JavaPowUpload 2.1
Functionality parameters: Download |
Home
page Contact
support
|
JavaPowUpload functionality parameters related to download
For more information on how to setup the JavaPowUpload parameters see tutorials section.
| Parameter name | Type | Desciption | Default value |
|---|---|---|---|
| Download.DataURL | URL | Url to xml file with folder structure for download. See how to section for details. |
|
| Download.ReloadTreeInterval | long | Interval in seconds to automaticazlly reload tree from specified source (xml file or params on page). | -1 |
| Download.DefaultSavePath | String | Path on user's computer where files should be saved by default. If it is empty, the last selected path will be used as a default. | |
| Download.AutoStart.AskDestOnlyOnce | Boolean | Determines whether JavaPowUPload should ask user for destination folder (if auto start enabled) only at first time. | false |
| Download.AllowCheckFiles | boolean | It determines whether a user is allowed to select files for download | true |
| Download.CheckFileLengthAtStartup | boolean | It determines whether JavaPowUpload will check files length from server at startup (only Download mode) | false |
| Download.OpenFolderOnCompletion | boolean | It determines whether JavaPowUpload should open the folder with downloaded files when the download is completed. Windows explorer is used on windows OS and Finder on MAC OS. |
false |
| Download.UseHeadMethodToGetFileLength | boolean | It determines whether JavaPowUpload should use HTTP HEAD method to get file length in HTTP download mode. | false |
| Download.TotalLength | long | It specifies total files length in download mode. |