JavaPowUpload 2.1
Functionality parameters : Common
  Home page
Contact support

JavaPowUpload common functionality parameters 

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


Parameter name Type Desciption Default value
Common.SerialNumber long Serial number  
Common.UploadMode boolean It determines whether JDowload starts in upload or download mode  false
Common.PropertiesFile URL Url to properties file  
Common.Language.AutoDetect boolean If the parameter is set to true, JavaPowUpload will try to detect a user language. Read more details on the tutorials page. false
Common.InternationalFile URL Url to the properties file with localized text. It has the lowest priority.  
Common.UseLiveConnect boolean It determines whether JavaPowUpload will use Live Connect i.e communication between Java and the Java Script.  false
Common.JavaScriptEventsPrefix string Prefix for Java Script event handlers. JavaPowUpload_
Common.AutoStart boolean If it is enabled, the download process will start automatically.  false
Common.FilesCheckedByDefault boolean It determines whether the files added to the list should be checked by default. true
Common.AllowEmptyFolders boolean If the parameter is set to true, JavaPowUPload will allow empty folder uploads. In http upload mode, the information about empty folders is posted in form fields with name pattern configured by Upload.HttpUpload.FieldName.EmptyFolde parameter. In ftp upload mode, folders will be created automatically. false
Common.RunHidden boolean It determines whether JavaPowUpload starts in hidden or normal mode  false
Common.ShowErrorMessages boolean Error message window is shown or not. true
Common.EventLogging boolean It determines whether JavaPowUpload will log events. false
Common.BufferSize long Size of buffer in bytes, used by JavaPowUpload in all modes (ftp, http download/upload) 51200
Common.FollowRedirects boolean Determines whether HTTP redirects (requests with response code 3xx) should be automatically followed by JavaPowUpload. true
Common.FinishUrl URL Url to page that will be loaded when upload/download process is complete.  
Common.FinishUrl.Target String Target to redirect Common.FinishUrl. The same as "target" parameter in html tag. _self
Common.ResultUrl URL Url to the script on http server to which upload/download results will be posted on completion. The script is loaded by JavaPowUpload, not by browser.  
Common.ResultUrl.FieldName.DestinationFolder String Name of destination folder form field. It is posted only on download mode. DestinationFolder
Common.ResultUrl.FieldName.FilePath String Name of file path for field. In download mode the value is file download url, in upload mode - full file path. FilePath_#COUNTER#
Common.ResultUrl.FieldName.FileStatus String Name of file status form field. Available values:
0 - Ready for processing. The file has not been uploaded/downloaded.
2 - Upload/download was completed sucessfully.
3 - Upload/download was stopped.
4 - Error occured.
FileStatus_#COUNTER#
Common.RetryWhenConnectionLost boolean It determines whether JavaPowUpload should wait for connection restore when it is lost. true
Common.RetryWhenConnectionLost.CheckInterval integer It determines how often connection attempts are performed when the connection is lost. An interval in seconds. 1
Common.RetryWhenConnectionLost.CheckTimeout integer It determines how long JavaPowUpload should wait for connection restore. Within the specified period (in seconds) JavaPowUpload will perform connection attempts. 600
Common.FtpPassiveTransferMode boolean Ftp passive mode is used or not. true
Common.Ftp.ImplictSSL boolean It determines whether JavaPowUpload should use implicit or explicit FTPS mode. true
Common.Ftp.UTF8Encoding boolean It determines whether JavaPowUpload should use UTF8 encoding for ftp connections. If the parameter is set to false the user system encoding will be used. true
Common.Ftp.ASCIIFilesList String List of ASCII file types (extensions). For this files ASCII transfer mode will be used. ASP,BAT,C,CFM,CGI,CONF,CPP,CSS,DHTML, DIZ,H,HPP,HTM,HTML,INC,JS,MAK, NFO,PAS,PATCH, PHP,PHTML,PINERC,PL,QMAIL,SH,SHTML,
SQL,TCL,TPL,TXT,VBS
Common.ItemProgressEventTimeout integer Interval to update progress information on file node 500
Common.ProgressRefreshTimeout integer Interval to update status information and total progress bar 250
Common.NoPermissionsUrl URL Url to the page that is loaded when the applet is not signed or a user has not accepted a certificate  
Common.WindowMode boolean JavaPowUpload is started in window mode or not false
Common.WindowMode.Width integer Window width. 300
Common.WindowMode.Height integer Window height. 300
Common.WindowMode.DefaultShowList boolean It determines whether the file list by default is shown in window mode. false