JavaPowUpload 2.1
ProgressArea Parameters
  Home page
Contact support

JavaPowUpload ProgressArea parameters 

For more information on how to setup the JavaPowUpload parameters see How to section.

Note: Starting from version 1.2.1, "Upload" ("Download") /"Cancel" buttons are moved to the TopArea (previously it was located on the ProgressArea). If you want to move it back to the ProgressArea, set the Common.ProgressArea.DownloadButton.PlaceOnTopArea parameter value to false.

Patterns for *.ProgressArea.StatusMessage.* strings:
Parameter name Type Desciption Default value
Common.ProgressArea.Visible boolean It determines whether the ProgressArea is visible. true
Common.ProgressArea.DownloadButton.Width integer Button width 85
Common.ProgressArea.DownloadButton.Height integer Button height 25
Common.ProgressArea.DownloadButton.Visible boolean It determines whether the DownloadButton is visible. true
Common.ProgressArea.DownloadButton.StopLabel string Stop button label Stop
Common.ProgressArea.DownloadButton.StopIcon URL Url to an icon for the cancel upload/download button. icons/cancel.png
Common.ProgressArea.DownloadButton.PlaceOnTopArea boolean If the parameter is set to true, the button is placed on the TopArea, otherwise on the ProgressArea. true
Common.ProgressArea.DownloadButton.BackgroundColor color Download button background color  
Common.ProgressArea.DownloadButton.TextColor color Download buton text color  
Common.ProgressArea.DownloadButton.FontName string Font name  
Common.ProgressArea.DownloadButton.FontStyle integer Font style  
Common.ProgressArea.DownloadButton.FontSize integer Font size  
Common.ProgressArea.ShowHideLabel.Show string It determines whether the label of the Show/Hide checkbox is shown. Show list
Common.ProgressArea.ShowHideLabel.TextColor color Text color of the show/hide label.  
Common.ProgressArea.ShowHideLabel.FontName string Font name  
Common.ProgressArea.ShowHideLabel.FontStyle integer Font style  
Common.ProgressArea.ShowHideLabel.FontSize integer Font size  
Common.ProgressArea.TotalProgress.Visible boolean It determines whether the TotalProgress is visible. true
Common.ProgressArea.TotalProgress.AlwaysVisible boolean If the parameter is set to true, the progress bar is always visible, otherwise the progress bar is displayed only during the upload/download process. true
Common.ProgressArea.TotalProgress.PlaceOnTopArea boolean It determines where the progress bar is placed. If the parameter is set to true, the progress bar will be placed on the TopAtrea. false
Common.ProgressArea.TotalProgress.Width integer Progress bar preferred width. 1000
Common.ProgressArea.TotalProgress.Height integer Progress bar preferred height. 15
Common.ProgressArea.TotalProgress.Text string Pattern for the total progress bar #TOTALPERCENT#%
Common.ProgressArea.TotalProgress.BackgroundColor color Total progress bar background color  
Common.ProgressArea.TotalProgress.ForegroundColor color Total progress bar foreground color  
Common.ProgressArea.TotalProgress.TextColorForeground color Total progress bar background text color  
Common.ProgressArea.TotalProgress.TextColorBackground color Total progress bar foreground text color  
Common.ProgressArea.TotalProgress.FontName string Font name  
Common.ProgressArea.TotalProgress.FontStyle integer Font style  
Common.ProgressArea.TotalProgress.FontSize integer Font size  
Common.ProgressArea.StatusLabel.Visible boolean It determines whether the StatusLabel is visible. true
Common.ProgressArea.StatusLabel.TextColor color Text color of status label  
Common.ProgressArea.StatusLabel.FontName string Font name  
Common.ProgressArea.StatusLabel.FontStyle integer Font style  
Common.ProgressArea.StatusLabel.FontSize integer Font size  
Common.ProgressArea.StatusMessage.AddingFilesPleaseWait string It is dispalyed on the ControlPanel when a user adds files. Adding files: please wait...
Common.ProgressArea.StatusMessage.AddingFile string It is displayed on the ControlPanel when JavaPowUpload scans selected files and folders. Adding file: #FILENAME#
Common.ProgressArea.StatusMessage.GenerateThumbnail string It is displayed on the ControlPanel when a user adds files and a thumbnail of an image is generated. Generate thumbnail for file #FILENAME#
Common.ProgressArea.StatusMessage.Waiting string It is displayed when JavaPowUpload waits for the server's response. Status: waiting
Common.ProgressArea.StatusMessage.FileComplete string

It is displayed when upload/download of current file is complete.

Depricated from 1.2.1 version. Not used.

File already complete. Continuing...
Common.ProgressArea.StatusMessage.CheckConnection string Status message displayed when JavaPowUpload loses connection with a server and waits for connection restore. Available patterns:
#ATTEMPTNUMBER# - current attemp number
#TIMETOCHECKELAPSED# - time from
#TIMETOCHECKLEFT# - time left until Common.RetryWhenConnectionLost.CheckTimeout will be reached.
#ATTEMPTNUMBER# (#TIMETOCHECKLEFT# sec left). Connection with server was lost. Waiting for restore.

JavaPowUpload ProgressArea upload parameters 

Parameter name Type Desciption Default value
Upload.ProgressArea.DownloadButton.Label string Download/Upload button label in the upload mode Upload
Upload.ProgressArea.DownloadButton.ToolTip string Upload button tooltip Click to start upload
Upload.ProgressArea.DownloadButton.Icon URL Url to an icon for the upload button. icons/upload.png
Upload.ProgressArea.StatusMessage.StartingUploads string It is displayed in the upload mode when a user clicks the upload button, and the upload process is initialized Starting uploads..
Upload.ProgressArea.StatusMessage.Uploading string It is displayed when the upload process is in progress. Total: #TOTALPERCENT#% (#FILESNUM#). Current: #CURFILEPERCENT#% (#RATEVALUE#/sec, time left: #LEFTHOUR#:#LEFTMIN#:#LEFTSEC#)
Upload.ProgressArea.StatusMessage.NoUploadsInProgress string It is displayed when no uploads are in progress. Total files: #SELECTEDFILESCOUNT# (#TOTALSIZE#).
Upload.ProgressArea.StatusMessage.Complete string Status message displayed when the upload process is complete. #COMPLETEFILESCOUNT# files uploaded. Time elapsed: #ELAPSEHOUR#:#ELAPSEMIN#:#ELAPSESEC#
Upload.ProgressArea.StatusMessage.Compress string Status message displayed when the compression process is in progress. Compress: #TOTALPERCENT#% (#FILESNUM#). Current: #CURFILEPERCENT#% (#RATEVALUE#/sec, time left: #LEFTHOUR#:#LEFTMIN#:#LEFTSEC#)

JavaPowUpload ProgressArea download parameters 

Parameter name Type Desciption Default value
Download.ProgressArea.DownloadButton.Label string Download/Upload button label in the download mode Download
Download.ProgressArea.DownloadButton.ToolTip string Download button tooltip Click to start download
Download.ProgressArea.DownloadButton.Icon URL Url to an icon for the download button. icons/download.png
Download.ProgressArea.StatusMessage.StartingDownloads string It is displayed in download mode when a user clicks on the download button, and the download process is initialized Starting downloads...
Download.ProgressArea.StatusMessage.Downloading string

It is displayed when the download process is in progress.

Total: #TOTALPERCENT#% (#FILESNUM#). Current: #CURFILEPERCENT#% (#RATEVALUE#/sec, time left: #LEFTHOUR#:#LEFTMIN#:#LEFTSEC#)
Download.ProgressArea.StatusMessage.NoDownloadsInProgress string It is displayed when no downloads are in progress.  Total files: #SELECTEDFILESCOUNT# (#TOTALSIZE#).
Download.ProgressArea.StatusMessage.Complete string Status message displayed when the download process is complete. #COMPLETEFILESCOUNT# files downloaded. Time elapsed: #ELAPSEHOUR#:#ELAPSEMIN#:#ELAPSESEC#