JavaPowUpload 1.0 control documentation

JavaPowUpload parameters 

For information how to setup JavaPowUpload parameters see How to section.


If default value is empty, it means that OS depended default value is used (fonts in most cases) or that parameter value not set by default.

Parameter name Type Default value Desciption
Common.ProgressArea.StatusMessage.AddingFilesPleaseWait string <html><br><br>Adding files: please wait...</html> Displayed on ControlPanel when user add files.
Common.ProgressArea.StatusMessage.AddingFile string <html><br><br>Adding file: #FILENAME# - generate thumbnail#</html> Displayed on Control panel whe JavaPowUpload scan selected files and folders.
Common.ProgressArea.StatusMessage.GenerateThumbnail string <html><br><br>Adding file: #FILENAME#</html> Displayed on ControlPanel when user add files and thumbnail of image is generated.
Download.ProgressArea.StatusMessage.StartingDownloads string <html><br><br>Starting downloads...</html> Displayed in download mode when user press download button, and download process initialized
Upload.ProgressArea.StatusMessage.StartingUploads string <html><br><br>Starting uploads..</html> Displayed in upload mode when user press upload button, and upload process initialized
Common.ProgressArea.StatusMessage.Waiting string <html><br><br>Status: waiting</html> Diasplayed when JavaPowUpload wait server response
Download.ProgressArea.StatusMessage.Downloading string <html>Downloading: #FILENAME# (#FILESNUM#).<br>Progress: #CURFILEPERCENT#%<br>Current speed: #RATEVALUE# KB/sec (Time left: #LEFTMIN# min #LEFTSEC# sec)</html> Displayed when download process in progress.

Available macros:
#TOTALSIZE# - size of all files
#FILENAME# - current file name
#TOTALPERCENT# - percent of total uploaded bytes
#CURRENTFILEPERCENT# - percent of current file uploaded bytes
#FILESNUM# - string with format current_file_index/totalfiles
#FILESCOUNT# - count of files
#SELECTEDFILESCPUNT# - count of selectd files to upload
#RATEVALUE# - speed
#LEFTMIN# - minutes left
#LEFTSEC# - seconds left
Upload.ProgressArea.StatusMessage.Uploading string <html>Uploading: #FILENAME# (#FILESNUM#).<br>Progress: #CURFILEPERCENT#%<br>Current speed: #RATEVALUE# KB/sec (Time left: #LEFTMIN# min #LEFTSEC# sec)</html> Displayed when upload process in progress.
Download.ProgressArea.StatusMessage.NoDownloadsInProgress string <html>Total files: #SELECTEDFILESCOUNT#<br>Total size: #TOTALSIZE#<br>No downloads in progress. Press 'Download' button to start.</html> Displayed when no downloads in progress. 
Upload.ProgressArea.StatusMessage.NoUploadsInProgress string <html>Total files: #SELECTEDFILESCOUNT#<br>Total size: #TOTALSIZE#<br>No uploads in progress. Press 'Upload' button to start.</html>  Displayed when no uploads in progress.
Common.ProgressArea.StatusMessage.FileComplete string <html><br><br>File already complete. Continuing...</html> Displayed when upload/download of current file is complete
Common.LogArea.StatusMessage.StartingFile string [#TIME#] #MODE#: Starting file #FILENAME# Pattern for start file in action log
Common.LogArea.StatusMessage.FinishFile string [#TIME#] #MODE#: File complete #FILENAME# Pattern for finish file event in action log
Common.LogArea.StatusMessage.Error string [#TIME#] #MODE#: #ERRORMESSAGE# Pattern for error in action log
Common.LogArea.StatusMessage.HttpDownloadMode string Http download http download mode name for action log
Common.LogArea.StatusMessage.HttpUploadMode string Http upload http upload mode name for action log
Common.LogArea.StatusMessage.FtpDownloadMode string Ftp download ftp download mode name for action log
Common.LogArea.StatusMessage.FtpUploadMode string Ftp upload ftp upload mode name for action log
ErrorMessage.FileSizeMoreThanAllowedRequestSize string File size more than allowed request size. Displayed in http upload mode when size of file more than value of Upload.HttpUpload.MaxFilesSizePerRequest parameter
ErrorMessage.AddingFileWithJavaScriptInUploadMode string Files can not be added using JavaScript in upload mode for security reasons. Displayed in http upload mode when function AddFile called from JavaScript
ErrorMessage.NotValidSSL string Server SSL certificate should be trusted or verified. Please add this certificate to trusted or cantact with server administrator. Displayed in http upload mode when SSL certificate on remote http server is not verified and not trusted
ErrorMessage.OldJREVersionAlert string Runs at jre: #JREVERSION#. We need jre version > 1.5.0 to start.<br> You can download latest release for you OS here: http://java.com/en/download/manual.jsp  Displayed when applet started at JRE version less then 1.5.0. 
ErrorMessage.CannotMakeHTTPConnection string Cannot make HTTP connection to  Occurs when http connection can not be established.
ErrorMessage.HttpClientLibraryNotInstalled string You can't use http upload functionality because HttpClient library not installed on server. Error message. Occuers when HttpClient library not installed on server and http upload mode is used.
ErrorMessage.CannotMakeFTPConnection string Cannot make FTP connection to #HOST#. Error: #ERROR#. Server response: #RESPONSE#  Occurs when ftp connection can not be established.
ErrorMessage.DownloadedMoreThanFilesize string *** ERROR *** DOWNLOADED MORE THAN FILESIZE Displayed when downloaded more than file size
ErrorMessage.HttpError string HTTP error occured. Server response: #RESPONSE# Some other http error
ErrorMessage.FtpError string FTP error occured. Server response: #RESPONSE#  Some ftp error
ErrorMessage.FolderAlreadyExists string Folder already exists: Not a error. Occurs when JavaPowUpload unzip downloaded zip package and fiolder already exist.
ErrorMessage.ErrorMakingFolder string Error making folder: Can not make folder
ErrorMessage.OverwritingFile string Overwriting  Overwriting file while uncopressing.
ErrorMessage.UncompressingFilesizeDoNotMatch string Error uncompressing. Filesize do not match: Uncompressed file size do not match with file size in archive.
ErrorMessage.Uncompressing string Error uncompressing  Some other error while uncompressing archive.
ErrorMessage.AccessingFile string Error accessing Can not access archive.
ErrorMessage.AppletNotSigned string *** ERROR: APPLET NOT SIGNED, OR USER DID NOT ACCEPT SIGNATURE *** Occurs when user did not accept signature
ErrorMessage.WrongUploadUrl string Parameter Upload.UploadUrl have incorrect format (valid protocols is: ftp, http). Indicate that a malformed URL has occurred
ErrorMessage.LocalFilesInDownloadMode string Local files can't be proceed in download mode. Occurs when local found in download mode.
ErrorMessage.RemoteFilesInUploadMode string Remote files (with ftp or http url) can not be proceed in upload mode. Occurs when remote files found in upload mode.
ErrorMessage.UploadUrlEmpty string Parameter Upload.UploadUrl is empty. Empty uploadUrl parameter
ErrorMessage.WrongFileUrl string Unsupported file url: Occurs when unsupported file url found. Valid protocols is http, https, ftp and file (for upload mode)
ErrorMessage.ErrorFtpChdir string Can not change (or) make remove ftp directory. Server reponse: Occurs when JavaPowUpload can’t change dir on ftp server.
ErrorMessage.FileSizeExceeded string Only files less than #MAXFILESIZE# are allowed. #COUNTINVALIDFILES# files were ignored! Occurs when user try to select files with size bigger than fileFilter.maxFileSize
ErrorMessage.TotalFileSizeExceeded string Total files size should be less than #MAXFILESIZETOTAL#. #COUNTINVALIDFILES# files were ignored! Occurs when user try to select files with total size bigger than fileFilter.maxFileTotalSize
ErrorMessage.TotalFileCountExceeded string Only #MAXFILECOUNT# files allowed to upload! #COUNTINVALIDFILES# files were ignored! Occurs when user try to select files more than fileFilter.maxFileCount
ErrorMessage.WrongFileType string Only files with types: #FILETYPES# allowed to upload! #COUNTINVALIDFILES# files were ignored! Occurs when user try to select files with type different from fileFilter.Types
Download.ListArea.RootNodeLabel.Download string Downloads Root node label of tree in download mode.
Upload.ListArea.RootNodeLabel.Upload string Uploads Root node label of tree in uploadmode.
Common.ListArea.Visible boolean true Determines whether ListArea visible or not
Common.ListArea.Row.File.Label string #FILENAME#

Patter for file node  Available variables:

#FILENAME# - file name

#FILELENGTH# - size of file

#FILEDATE# - last modified date

#FILEPROGRESS# - percent done

Common.ListArea.Row.File.ErrorLabel string <html><font style="font-weight: bold; color:#FF0000" >Error : #ERRORMESSAGE#</font></html> Pattern for error label that displayed insteadof file progress bar
Common.ListArea.Row.Folder.Label string #FOLDERNAME# Pattern for Folder node
Common.ListArea.Row.BorderColor color #FF0000 Border color
Common.ListArea.Row.File.IconUrl URL   Url to file icon
Common.ListArea.Row.File.BackgroundColor color   Background color of file node
Common.ListArea.Row.File.TextColor color   Text color of file node
Common.ListArea.Row.File.SelectedBackgroundColor color   Background color of selected file node
Common.ListArea.Row.File.SelectedTextColor color   Text color of selected file node
Common.ListArea.Row.File.FontName string   Font name of file node
Common.ListArea.Row.File.FontStyle integer   Font style
0–plain
1-bold
2-itallic
Common.ListArea.Row.File.FontSize integer   Font size
Common.ListArea.Row.File.SelectedFontName string   Font name for selected file node
Common.ListArea.Row.File.SelectedFontStyle integer   Font Style for selected file node
Common.ListArea.Row.File.SelectedFontSize integer   Font size for selected file node
Common.ListArea.Row.Folder.IconUrl URL   All the same for Folder node
Common.ListArea.Row.Folder.BackgroundColor color   Background color of folder node
Common.ListArea.Row.Folder.TextColor color   Text color of folder node
Common.ListArea.Row.Folder.SelectedBackgroundColor color   Background color of selected folder node
Common.ListArea.Row.Folder.SelectedTextColor color   Text color of selected folder node
Common.ListArea.Row.Folder.FontName string   Font name
Common.ListArea.Row.Folder.FontStyle integer   Font style
Common.ListArea.Row.Folder.FontSize integer   Font size
Common.ListArea.Row.Folder.SelectedFontName string   Font name
Common.ListArea.Row.Folder.SelectedFontStyle integer   Font style
Common.ListArea.Row.Folder.SelectedFontSize integer   Font size
Common.ListArea.Row.Progress.Visible boolean true Determines whether progress bar for each file visible or not
Common.ListArea.Row.Progress.Downloading string #CURFILEPERCENT#% Not used currently to save performance
Download.ListArea.Row.Progress.Uncompressed string Uncompressed. String displayed on file node progress bar when file uncompressed
Download.ListArea.Row.Progress.Uncompressing string Uncompressing String displayed on file node progress bar when file uncompressing
Common.ListArea.Row.Progress.BackgroundColor color #FFFFFF Not used currently to save performance
Common.ListArea.Row.Progress.ForegroundColor color   Not used currently to save performance
Common.ListArea.Row.Progress.TextColorBackground color   Color of text displayed at background of progressBar
Common.ListArea.Row.Progress.TextColorForeground color   Color of text displayed at foreground of progressBar
Common.ListArea.Row.Progress.FontName string   Font name
Common.ListArea.Row.Progress.FontStyle integer   Font style
Common.ListArea.Row.Progress.FontSize integer   Font size
Common.ListArea.BackgroundColor color   Backgrond color of tree
Common.TopArea.Visible boolean true Determines whether TopArea visible or not
Download.TopArea.BrowseLabel.Label string Save to folder: Browse label string
Upload.TopArea.RemoveButton.Label string Remove Remove button string
Upload.TopArea.RemoveButton.Visible boolean true Determines whether button visible or not.
Upload.TopArea.RemoveButton.BackgroundColor color   Remove button background color
Upload.TopArea.RemoveButton.TextColor color   Remove button text color
Upload.TopArea.RemoveButton.FontName string   Font name
Upload.TopArea.RemoveButton.FontStyle integer   Font style
Upload.TopArea.RemoveButton.FontSize integer   Font size
Upload.TopArea.ClearButton.Label string Clear Clear button text
Upload.TopArea.ClearButton.Visible boolean true Determines whether button visible or not.
Upload.TopArea.ClearButton.BackgroundColor color   Clear button background color
Upload.TopArea.ClearButton.TextColor color   Clear button text color
Upload.TopArea.ClearButton.FontName string   Font name
Upload.TopArea.ClearButton.FontStyle integer   Font style
Upload.TopArea.ClearButton.FontSize integer   Font size
Download.TopArea.BrowseLabel.TextColor color   Browse label text color
Download.TopArea.BrowseLabel.FontName string   Font name
Download.TopArea.BrowseLabel.FontStyle integer   Font style
Download.TopArea.BrowseLabel.FontSize integer   Font size
Common.TopArea.BrowseButton.Label string Browse Browse button text
Common.TopArea.BrowseButton.Visible boolean true Determines whether button visible or not.
Common.TopArea.BrowseButton.BackgroundColor color   Browse button background color
Common.TopArea.BrowseButton.TextColor color   Browse button text color
Common.TopArea.BrowseButton.FontName string   Font name
Common.TopArea.BrowseButton.FontStyle integer   Font style
Common.TopArea.BrowseButton.FontSize integer   Font size
Download.TopArea.UserPath.BackgroundColor color   User path background color
Download.TopArea.UserPath.TextColor color   User path text color
Download.TopArea.UserPath.FontName string   Font name
Download.TopArea.UserPath.FontStyle integer   Font style
Download.TopArea.UserPath.FontSize integer   Font size
Common.TopArea.BrowseDialog.ApproveButton string OK
Download.TopArea.BrowseDialog.Title string Choose destination directory Browse dialog title  in download mode
Upload.TopArea.BrowseDialog.Title string Select files or folders Browse dialog title in upload mode
Download.ProgressArea.DownloadButton.Label string Download Download/Upload button label in download mode
Upload.ProgressArea.DownloadButton.Label string Upload Download/Upload button label in upload mode
Common.ProgressArea.Visible boolean true Determines whether ProgressArea visible or not
Common.ProgressArea.DownloadButton.Visible boolean true Determines whether DownloadButton visible or not
Common.ProgressArea.DownloadButton.StopLabel string Stop Stop button label
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 Show list Show label  of Show/Hide checkbox
Common.ProgressArea.ShowHideLabel.TextColor color   Text color of 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 true Determines whether TotalProgress visible or not
Common.ProgressArea.TotalProgress.Text string #TOTALPERCENT#% Pattern for total progress bar
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 true Determines whether StatusLabel visible or not
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.DetailsArea.Visible boolean true Determines whether DetailsArea visible or not
Common.DetailsArea.Thumbnails.ShowOnlyImages boolean false
Common.DetailsArea.Thumbnails.Cell.ThumbHeight integer 100 Thumbnail height in pixels 
Common.DetailsArea.Thumbnails.Cell.ThumbWidth integer 100 Thumbnail width in pixels
Common.DetailsArea.Thumbnails.BackgroundColor color #FFFFFF Background color of thumbnails panel
Common.DetailsArea.Thumbnails.Cell.BackgroundColor color   Thumbnail background color
Common.DetailsArea.Thumbnails.Cell.BackgroundSelectedColor color #C0C0C0 Selected thumbnail background color
Common.DetailsArea.Thumbnails.Cell.BorderColor color #808080 Thumbnail border color 
Common.DetailsArea.Thumbnails.Cell.BorderSelectedColor color #FF0000 Selected thumbnail border color
Common.DetailsArea.Thumbnails.Cell.TextColor color #000000 Thumbnail text color
Common.DetailsArea.Thumbnails.Cell.FontName string   Font name
Common.DetailsArea.Thumbnails.Cell.FontStyle integer   Font style
Common.DetailsArea.Thumbnails.Cell.FontSize integer   Font size
Common.DetailsArea.Thumbnails.Cell.SelectedTextColor color #00F0000 Text color of selected thumbnail
Common.DetailsArea.Thumbnails.Cell.SelectedFontName string   Font name
Common.DetailsArea.Thumbnails.Cell.SelectedFontStyle integer   Font style
Common.DetailsArea.Thumbnails.Cell.SelectedFontSize integer   Font size
Common.DetailsArea.FileDetails.Caption string File details: Caption label of file details panel
Common.DetailsArea.FileDetails.FileNameLabel string File name: #FILENAME# File name pattern of file details panel
Common.DetailsArea.FileDetails.FileSizeLabel string File size: #FILESIZE# File size pattern of file details panel
Common.DetailsArea.FileDetails.FilePathLabel string File absolute path: #FILEPATH# File path pattern of file details panel
Common.DetailsArea.FileDetails.FileLastModifiedLabel string File last modified: #FILEDATE# File last modified pattern of file details panel
Common.DetailsArea.FileDetails.FileStatus string File status: #FILESTATUS# File status pattern of file details panel
Common.DetailsArea.FileDetails.BackgroundColor color   Background color of file details panel
Common.DetailsArea.FileDetails.TextColor color #000000 Color of text in file details panel
Common.DetailsArea.FileDetails.FontName string   Font name
Common.DetailsArea.FileDetails.FontStyle integer   Font style
Common.DetailsArea.FileDetails.FontSize integer 14 Font size
Common.DetailsArea.StartupDeviderLocation float 1.0 Double-precision floating point value that specifies a percentage, from zero (top/left) to 1.0 (bottom/right)
Common.FileStatus.Ready string ready for prcessing File status labels used in file details panel
Common.FileStatus.Processing string upload/download in progress --
Common.FileStatus.Complete string complete sucessfully --
Common.FileStatus.Stopped string stopped -
Common.FileStatus.Error string error occured -
Common.OverwriteDialog.Message string File #FILENAME# already exist. What you like to do? Message displayed when file already exist.
Common.OverwriteDialog.Overwrite string Overwrite Overwrite button label
Common.OverwriteDialog.OverwriteAll string Overwrite all Overwrite All button label
Common.OverwriteDialog.Skip string Skip Skip button label
Common.OverwriteDialog.SkipAll string Skip all Skip All button label
Common.OverwriteDialog.Resume string Resume Resume button label
Common.OverwriteDialog.ResumeAll string Resume all Resume All button label
Common.LoginDialog.LoginLabel string Login Login label string
Common.LoginDialog.Message string Access to #FILEURL#   Message string pattern
Common.LoginDialog.PasswordLabel string Password Password label string
Common.LoginDialog.DomainLabel string Domain Domain label string
Common.LoginDialog.Caption string Login to #HOST# Login dialog caption string
Common.LoginDialog.Ok string Ok Ok button label
Common.LoginDialog.Cancel string Cancel Cancel button label
Common.PopupMenu.Check string Check Check items label
Common.PopupMenu.Uncheck string Uncheck Unckeck items label
Common.PopupMenu.ProxySettings string Proxy sever settings Proxy settings label in Popup menu
Download.PopupMenu.DownloadSelected string Download selected Download selected label
Upload.PopupMenu.UploadSelected string Upload selected Upload selected label 
Common.PopupMenu.Remove string Remove Remove item label in popup menu
Common.SettingsWindow.Caption string Settings Settings window caption string
Common.SettingsWindow.ProxyTab string Proxy Proxy Tab name in settings window
Common.SettingsWindow.ProxyTab.TypeLabel string Type: Proxy type label
Common.SettingsWindow.ProxyTab.HostLabel string Host: Host label string on Proxy tab
Common.SettingsWindow.ProxyTab.PortLabel string Port: Port label string on Proxy tab
Common.SettingsWindow.ProxyTab.LoginLabel string Login: Login label string on Proxy tab
Common.SettingsWindow.ProxyTab.PasswordLabel string Password: Password label string on Proxy tab
Common.SettingsWindow.ProxyTab.DomainLabel string Domain: Domain label string on Proxy Tab
Common.SettingsWindow.ProxyTab.UseProxyLabel string Use proxy Use proxy checkbox string 
Common.SettingsWindow.ProxyTab.SavePasswordLabel string Save password Save password checkbox string
Common.SettingsWindow.ProxyTab.UseBrowserSettings string Use browser settings Use browser settings checkbox label
Common.LogArea.Visible boolean true Determines whether LogArea visible or not
Common.LogArea.BackgroundColor color #FFFFFF Action log background color
Common.LogArea.FontName string Tahoma Font name
Common.LogArea.FontStyle integer 0 Font style
Common.LogArea.FontSize integer 12 Font size
Common.LogArea.RegularMessageColor color #000000 Regular text color in action log
Common.LogArea.ErrorMessageColor color #FF0000 Error message text color in action log
Common.LogArea.InformationMessageColor color #0000FF Information text color in action log
Common.LogArea.StartupDeviderLocation float 1.0 Double-precision floating point value that specifies a percentage, from zero (top/left) to 1.0 (bottom/right)
Common.DateTimeFormat string yyyy.MM.dd HH:mm:ss

Date Time format patter.Used at Common.ListArea.Row.File.Label and Common.DetailsArea.FileDetails.FileLastModifiedLabel parameters.

The following pattern letters are defined:

Letter Date or Time Component Presentation Examples
G Era designator Text AD
y Year Year 1996; 96
M Month in year Month July; Jul; 07
w Week in year Number 27
W Week in month Number 2
D Day in year Number 189
d Day in month Number 10
F Day of week in month Number 2
E Day in week Text Tuesday; Tue
a Am/pm marker Text PM
H Hour in day (0-23) Number 0
k Hour in day (1-24) Number 24
K Hour in am/pm (0-11) Number 0
h Hour in am/pm (1-12) Number 12
m Minute in hour Number 30
s Second in minute Number 55
S Millisecond Number 978
z Time zone General time zone Pacific Standard Time; PST; GMT-08:00
Z Time zone RFC 822 time zone -0800
Common.SerialNumber long   Serial number
Common.SkinLF.ThemepackURL URL themepack.zip Url to SkinLF theme
Common.PropertiesFile URL   Url to properties file
Common.InternationalFile URL   Url to properties file with localized text. Have lowest priority.
Download.DataURL URL  

Url to xml file with folder structure for download. See how to section for details.

Upload.UploadUrl URL   url to file receiving script in http upload mode or to ftp folder in ftp upload mode.
Valid protocols is ftp, http, https.
Common.FinishUrl URL   Url to page that will be loaded when upload/download process complete
Common.NoPermissionsUrl URL   Url to page than loaded when applet not signed or user did not accept certificate
Common.UploadMode boolean false Determines whether JDowload starts in upload or download mode 
Common.AutoStart boolean false If enabled, download process will starts automatically. 
Common.WindowMode boolean false Start JavaPowUpload in window mode or not
Common.RunHidden boolean false Determines whether JDowload starts in hidden or normal mode 
Common.ShowErrorMessages boolean true Show or not error message window
Common.BackgroundColor color #FFFFFF Applet background color (global parameter)
Common.RunHidden boolean false All interface elements will not be shown if true
Common.UseLiveConnect boolean false Determines whether JavaPowUpload will use Live Connect i.e communication between Java and the Java Script. 
Common.EventLogging boolean false Determines wheter JavaPowUpload will log events.
Common.BufferSize long 10240 Size of buffer, used by JavaPowUpload in all modes (ftp, http download/upload)
Common.ItemProgressEventTimeout integer 500 Interval to update progress information on file node
Common.ProgressRefreshTimeout integer 100 Interval to update status information and total progress bar
Common.JavaScriptEventsPrefix string JavaPowUpload_ Prefix for Java Script events
Common.FtpPassiveTransferMode boolean true Use or not ftp passive mode
Download.TotalLength long   Specify total files length in download mode
Download.AllowCheckFiles boolean true Determines whether user allowed select files for download
Download.UseHeadMethodToGetFileLength boolean false Determines whether JavaPowUpload should use HTTP HEAD method to get file length in HTTP download mode
Download.CheckFileLengthAtStartup boolean false Determines whether JavaPowUpload will check files length from server at startup (only Download mode)
Download.OpenFolderOnCompletion boolean false Determines whether JavaPowUpload should open folder with downloaded files when download comnpleted or not.
Windows explorer used on windows OS and Finder on MAC OS.
Upload.FileFilter.MaxFileSize long -1 Maximum file size each allowed for upload in bytes.
Upload.FileFilter.MaxFileCount long -1 Maximum number of files allowed for upload.
Upload.FileFilter.MaxFileTotalSize long -1 Maximum total files size allowed for upload in bytes.
Upload.FileFilter.Types string   An array of file types used to filter the files displayed in the dialog box.
Example:
fileFilter.Types=jpeg,jpg,giff
Upload.FileFilter.Description string Allowed files  File filter description. Description will look like : fileFilterDescription+fileFilterDescription.FileSizeLimit
Upload.FileFilter.Description.FileSizeLimit string (file size limit: #MAXFILESIZE#) File size limit string pattern.
Added to the and of fileFilter.Description parameter
Upload.Thumbnails.Upload boolean false Determine whether JavaPowUpload should upload thumbnails to server or not.
Upload.Thumbnails.UploadOriginalFile boolean false determine whether JavaPowUpload should upload original image file to server or not.
Upload.Thumbnails.Height long 500 Thumbnail image height. Propotionally changes to source image dimensions.
Upload.Thumbnails.Width long 500 Thumbnail image width. Propotionally changes to source image dimensions.
Upload.Thumbnails.Format string JPG Image format of thumbnail.
Possible values is: jpeg, JPEG, jpg, JPG, png, PNG, bmp, BMP
Upload.Thumbnails.FilePrefix string This prfix will be added to the source image file name.
Upload.HttpUpload.FieldName.ThumbnailFilePath string ThumbnailPath_#COUNTER# Used when files uploaded with HTTP POST method. Pattern for file path (path in JavaPowUpload tree) field name
Upload.HttpUpload.FieldName.ThumbnailRealFilePath string ThumbnailRealFilePath_#COUNTER# Used when files uploaded with HTTP POST method. Pattern for real file (path on user machine) path field name.
Upload.HttpUpload.FieldName.ThumbnailFileSize string ThumbnailFileSize_#COUNTER# Used when files uploaded with HTTP POST method. Pattern for file size field name.
Upload.HttpUpload.FieldName.ThumbnailFileMD5 string ThumbnailFileMD5_#COUNTER# Used when files uploaded with HTTP POST method. Pattern for file MD5 field name.
Upload.HttpUpload.FieldName.ThumbnailFileIndex string ThumbnailFileIndex_#COUNTER# Used when files uploaded with HTTP POST method. Pattern for file index field name.
Upload.HttpUpload.FieldName.ThumbnailBody string ThumbnailBody_#COUNTER# Used when files uploaded with HTTP POST method. Pattern for file body field name
Upload.HttpUpload.FormName string Name of html form wich values will be automatically added to request headers, post fields or to query string.
Upload.HttpUpload.AddFormValuesToPostFields boolean false Determines whether JavaPowUpload will add form (specified by HttpUpload.FormName parameter) values to request post fields.
Upload.HttpUpload.AddFormValuesToQueryString boolean false Determines whether JavaPowUpload will add form (specified by HttpUpload.FormName parameter) values to request query string.
Upload.HttpUpload.AddFormValuesToHeaders boolean false Determines whether JavaPowUpload will add form (specified by HttpUpload.FormName parameter) values to request headers.
Upload.HttpUpload.CustomHeaders string   Array of custom header names and values that will be added to request separated by ;
Example:
headerName1=value1;headerName2=value2
Upload.HttpUpload.CustomPostFields string   Array of custom fields and values that will be added to request separated by ;
Example:
filedName1=value1;FieldName2=value2
Upload.HttpUpload.SendBrowserCookie boolean true Determines whether JavaPowUpload will send browser cookies
Upload.HttpUpload.ExpectContinueHeader boolean true Determines whether JavaPowUpload will include Except: 100 Continue header
Upload.HttpUpload.UsePutMethod boolean false Determines whether JavaPowUpload will use PUT method for http file upload
Upload.HttpUpload.SendFileMD5 boolean false Determines whther JavaPowUpload will send MD5 hash of file. 
Upload.HttpUpload.HeadersPrefix string ElementIT Prefix of http xtra headers
Upload.HttpUpload.MaxFilesCountPerRequest integer -1 How many files JavaPowUpload will send in one request
Upload.HttpUpload.MaxFilesSizePerRequest long -1 Maximum size of files (e.q. request size)
Upload.HttpUpload.JavaPowUploadIDHeader string X-JavaPowUploadID Name of JavaPowUpload ID header
Upload.HttpUpload.FieldName.FilePath string FilePath_#COUNTER# Pattern for file path (path in JavaPowUpload tree) field name
Upload.HttpUpload.FieldName.RealFilePath string RealFilePath_#COUNTER# Pattern for real file (path on user machine) path field name.
Upload.HttpUpload.FieldName.FileSize string FileSize_#COUNTER# Pattern for file size field name
Upload.HttpUpload.FieldName.FileMD5 string FileMD5_#COUNTER# Pattern for file MD5 field name
Upload.HttpUpload.FieldName.FileLastModified string FileLastModified_#COUNTER# Pattern for last modified field name
Upload.HttpUpload.FieldName.FileIndex string FileIndex_#COUNTER# Pattern for file index field name
Upload.HttpUpload.FieldName.FileBody string FileBody_#COUNTER# Pattern for file body field name
Upload.HttpUpload.ConnectionTimeOut integer 1000 Http connection timeout
Constants.Bytes string bytes String name for bytes
Constants.KiloBytes string KB String name for kilobytes
Constants.MegaBytes string MB String name for megabytes
Constants.GigaBytes string GB String name for gigabytes