JavaPowUpload 2.1
Error messages and constants Parameters
  Home page
Contact support

JavaPowUpload error messages and constants parameters 

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

Parameter name Type Desciption Default value
ErrorMessage.FileSizeMoreThanAllowedRequestSize string It is displayed in http upload mode when size of file is more than the value of the Upload.HttpUpload.MaxFilesSizePerRequest parameter The file size is more than allowed request size.
ErrorMessage.AddingFileWithJavaScriptInUploadMode string It is displayed in http upload mode when AddFile function is called from JavaScript Files cannot be added using JavaScript in upload mode for security reasons.
ErrorMessage.NotValidSSL string It is displayed in http upload mode when SSL certificate on remote http server is not verified and not trusted. Server SSL certificate should be trusted or verified. Please add this certificate to trusted or contact your server administrator.
ErrorMessage.OldJREVersionAlert string It is displayed when the applet has been started at JRE version less than 1.5.0.  Runs at jre: #JREVERSION#. We need jre version > 1.5.0 to start.<br> You can download the latest release for your OS here: http://java.com/en/download/manual.jsp 
ErrorMessage.CannotMakeHTTPConnection string It occurs when http connection cannot be established. Cannot perform HTTP connection 
ErrorMessage.HttpClientLibraryNotInstalled string Error message. It occurs when HttpClient library is not installed on server and http upload mode is used. You can't use http upload functionality because HttpClient library is not installed on server.
ErrorMessage.FtpLibraryNotInstalled string Error message displayed when javaPowUpload cannot load commons.net.ftp library. You can't use ftp upload/download functionality because commons.net.ftp library is not installed on server. Please contact your server administrator.
ErrorMessage.CompressLibraryNotInstalled string Error message displayed when javaPowUpload cannot load commons-compress library. Compress feature is not supported because Compress library not installed on server. Files will be uploaded without compression. Please contact with server administrator.
ErrorMessage.CannotMakeFTPConnection string It occurs when ftp connection cannot be established. Cannot make FTP connection to #HOST#. Error: #ERROR#. Server response: #RESPONSE# 
ErrorMessage.DownloadedMoreThanFilesize string It is displayed when it has been downloaded more than the file size *** ERROR *** DOWNLOADED MORE THAN FILESIZE
ErrorMessage.HttpError string Some other http error HTTP error occured. Server response: #RESPONSE#
ErrorMessage.FtpError string Some ftp error FTP error occured. Server response: #RESPONSE# 
ErrorMessage.FolderAlreadyExists string Not an error. It occurs when JavaPowUpload unzips downloaded zip package and the folder already exists. Folder already exists:
ErrorMessage.ErrorMakingFolder string The applet cannot make a folder. Error making folder:
ErrorMessage.OverwritingFile string Overwriting file while uncopressing. Overwriting 
ErrorMessage.UncompressingFilesizeDoNotMatch string Uncompressed file size does not match the file size in archive. Error uncompressing. Filesize does not match:
ErrorMessage.Uncompressing string Some other error occured during uncompressing archive. Error uncompressing 
ErrorMessage.AccessingFile string Cannot access the archive. Error accessing
ErrorMessage.AppletNotSigned string It occurs when a user has not accepted signature. *** ERROR: APPLET IS NOT SIGNED, OR A USER HAS NOT ACCEPTED SIGNATURE ***
ErrorMessage.WrongUploadUrl string It indicates that a malformed URL has occurred. Upload.UploadUrl parameter has an incorrect format (valid protocols is: ftp, http).
ErrorMessage.LocalFilesInDownloadMode string It occurs when local files has been found in download mode. Local files can't be proceeded in download mode.
ErrorMessage.RemoteFilesInUploadMode string It occurs when remote files has been found in upload mode. Remote files (with ftp or http url) cannot be proceeded in upload mode.
ErrorMessage.UploadUrlEmpty string Empty uploadUrl parameter Upload.UploadUrl parameter is empty.
ErrorMessage.WrongFileUrl string It occurs when unsupported file url is found. Valid protocols are http, https, ftp and file (for upload mode) Unsupported file url:
ErrorMessage.ErrorFtpChdir string It occurs when JavaPowUpload can’t change dir on ftp server. Cannot change (or) make remove ftp directory. Server reponse:
ErrorMessage.FileSizeExceeded string It occurs when a user tries to select files with size bigger than fileFilter.maxFileSize Only files less than #MAXFILESIZE# are allowed. #COUNTINVALIDFILES# files were ignored!
ErrorMessage.TotalFileSizeExceeded string It occurs when a user tries to select files with total size bigger than fileFilter.maxFileTotalSize Total files size should be less than #MAXFILESIZETOTAL#. #COUNTINVALIDFILES# files were ignored!
ErrorMessage.TotalFileCountExceeded string It occurs when a user tries to select files more than fileFilter.maxFileCount Only #MAXFILECOUNT# files allowed to upload! #COUNTINVALIDFILES# files were ignored!
ErrorMessage.WrongFileType string It occurs when a user tries to select files with type different from fileFilter.Types Only files with types: #FILETYPES# allowed to upload! #COUNTINVALIDFILES# files were ignored!
Common.FileStatus.Ready string File status label ready for processing
Common.FileStatus.Processing string File status label upload/download in progress
Common.FileStatus.Complete string File status label complete successfully
Common.FileStatus.Stopped string File status label stopped
Common.FileStatus.Error string File status label error occured
Constants.Bytes string String name for bytes bytes
Constants.KiloBytes string String name for kilobytes KB
Constants.MegaBytes string String name for megabytes MB
Constants.GigaBytes string String name for gigabytes GB