callurlaftertransfer |
The applet will automatically redirect to this URL when the transfer is successful.
The status of the downloads will be appended to the URL(and also the cancel and error URLs) in a parameter called "status". It is a string of integers that map to the status of each file to be downloaded. The possible status's include:
SUCCESS = 1
CANCELLED = 2
ERROR = 3
NOTATTEMPTED = 0
For example, if you attempted to download 4 files, and it was cancelled on file number 3, the parameter would look like this:
status=1120
If the transfer failed on file 2 the parameter would look like this:
status=1300 Default value: ""
Valid values: "<valid website URL>" |
callurlaftertransfertarget |
The target for the redirection to the URL specified by "callurlaftertransfer"
Default value: "_top"
Valid values: "_top","_blank","_parent", etc... |
cancelurl |
The applet will automatically redirect to this URL if the download was cancelled.
Default value: ""
Valid values: "<valid website URL>" |
cancelurltarget |
The target for the redirection to the URL specified by "cancelurl"
Default value: "_top"
Valid values: "_top","_blank","_parent", etc... |
errorurl |
The applet will automatically redirect to this URL if an error occurred during the download.
Default value: ""
Valid values: "<valid website URL>" |
errorurltarget |
The target for the redirection to the URL specified by "errorurl"
Default value: "_top"
Valid values: "_top","_blank","_parent", etc... |
maxretries |
This value specifies how many times U-Download will try, if a transfer error occurs, to reconnect and resume the transfer.
Default value: "1"
Valid values: "<integer value>" |
waitretry |
This value (in milliseconds) specifies how long U-Download will wait, if a transfer error occurs, before it tries to reconnect and resume the transfer.
Default value: "3000" (3 seconds)
Valid values: "<integer value>" |
totalProgress |
If set to "true", the applet will display the progress of the current file as well as the progress of all files. Note that is relies on the HEAD command to get file sizes before the transfers begin. If you experience delays in the start of the download, you should disable this feature.
Default value: "false"
Valid values: "<true or false >" |
progBarGraphic |
This parameter specifies an image file that will be displayed on the progress dialog.
The image file can be GIF or JPG format, and should be 350 pixels wide, and any height but we suggest 50 pixels.
Default value: ""
Valid values: "<valid URL to an image file >" |
delimiter |
This parameter specifies the delimiter that will be used to separate URLs and filenames passed into U-Download.
Default value: ","
Valid values: "<any string you want to use for a delimiter >" |
autodownload |
If set to "true", the Browse button will be hidden, and upon loading, the applet will automatically launch the browse dialog bypassing the browse button. This parameter is not active unless the software is licensed.
Default value: "false"
Valid values: "<true or false >" |