MultiPowUpload 3.1
Messages and constants parameters
  Home page
Contact support

Messages and constants parameters 

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


Parameter name Type Desciption Default value
constant.bytes String String name for bytes bytes
constant.kiloBytes String String name for kilobytes Kb
constant.megaBytes String String name for megabytes Mb
constant.gigaBytes String String name for gigabytes Gb
constant.decimalSeparator String Character for a decimal separator. ,
fileStatus.cancelled String File status string. Cancelled
fileStatus.complete String File status string. Complete
fileStatus.encodeImage String File status string. Encode image
fileStatus.error String File status string. Error occured
fileStatus.loadFile String File status string. The file is loading into memory
fileStatus.loadImage String File status string. Loading image data
fileStatus.processing String File status string. Uploading
fileStatus.ready String File status string. Ready for upload
messages.uploadUrlEmpty String A message displayed when the upload process is initiated but the value of the uploadUrl parameter is empty. Upload script URL (uploadUrl parameter) is empty!
messages.wrongFileType String A message displayed when a user tries to select the files which are not permitted by the fileFilter.types parameter. Only files with following type: <FILETYPES> allowed to upload! <COUNTINVALIDFILES> files were ignored!
messages.disabledType String A message displayed when a user tries to select the files which are not permitted by the fileFilter.disabledType parameter. File with following types : <FILETYPES> are not allowed to upload! <COUNTINVALIDFILES> files were ignored!
messages.zeroSize String A message displayed when a user tries to add the files with zero size. <COUNTINVALIDFILES> files with zero size were ignored!
messages.fileSizeExceeded String A message displayed when a user tries to add the file with size more than the value of the fileFilter.maxSize parameter. Only files less than <MAXFILESIZE> are allowed. <COUNTINVALIDFILES> files were ignored!
messages.fileSizeNotEnough String A message displayed when a user tries to add the file with size less than the value of the fileFilter.minSize parameter. Only files more than <MINFILESIZE> are allowed. <COUNTINVALIDFILES>> files were ignored!
messages.totalFileSizeExceeded String A message displayed when a user tries to add the files and their total size exceeds the value of the fileFilter.maxTotalSize parameter. Total size of the files should be less than <MAXFILESIZETOTAL>. <COUNTINVALIDFILES> files were ignored!
messages.filesCountExceeded String A message displayed when a user tries to add the files and the total count of the files in the list exceeds the value of the fileFilter.maxCount parameter. Only <MAXFILECOUNT> files are allowed to upload! <OUNTINVALIDFILES>> files were ignored!
messages.filesCountNotEnough String A message displayed when a user tries to add the files and the total count of the files in the list is less than the value of the fileFilter.minCount parameter. Select more files, please. Minimum files count is <MINFILECOUNT>.
messages.fileTooBigForUpload String A message displayed when the Flash player can't load the file into memory for an upload using the chunked mode. File size is too big for upload. Select a file with less size, please.
messages.httpError String A pattern for any http error. A message displayed when an http error occured. <ERRORCODE> is replaced with an HTTP status code and <DESCRIPTION> is replaced with the value of an appropriate messages.httpError.* parameter. <center>HTTP Error, '<ERRORCODE>' occurred. <DESCRIPTION> <br> See <font color='#0000FF'><a title='Error description' target='_blank' href='<W3WLINK>'><W3WLINK></a></font> error code definitions for more information, please. </center>
messages.httpError.400 String Description of the http status code. Bad Request. Server can't understand the request! Contact your server administrator, please.
messages.httpError.401 String Description of the http status code. Unauthorized. User authentication is required!
messages.httpError.402 String Description of the http status code. Payment Required. Reserved code!
messages.httpError.403 String Description of the http status code. Forbidden. The server has understood the request, but refuses to fulfill it!
For apache servers: It happens because you have enabled an Apache module named mod_security on server which blocks the headers sent by Flash.
For IIS with ASP servers: This issue occurs if a Content-Length header is present and if the Content-Length header specifies an amount of data that is larger than the value of the AspMaxRequestEntityAllowed property in the IIS metabase.
The default value for the AspMaxRequestEntityAllowed property is 204,800 bytes.
messages.httpError.404 String Description of the http status code. Page is not found. Can't find ' ' page on server!
messages.httpError.405 String Description of the http status code. Post method is not allowed for this page ! Try to change server settings to allow the post method to receive the script.
messages.httpError.406 String Description of the http status code. Not Acceptable. It means that the server can't generate response entities which have content characteristics that are not acceptable according to the accept headers sent in the request. Flash accept header is 'text/*'.
messages.httpError.407 String Description of the http status code. Proxy Authentication Required.
messages.httpError.408 String Description of the http status code. Request Timeout.
messages.httpError.409 String Description of the http status code. Conflict.
messages.httpError.410 String Description of the http status code. Gone. The requested resource is no longer available on the server and no forwarding address is known.
messages.httpError.411 String Description of the http status code. Length Required.
messages.httpError.412 String Description of the http status code. Precondition Failed.
messages.httpError.413 String Description of the http status code. Request Entity Too Large.
For IIS servers: 1. Try to increase UploadReadAheadSize metabase property.
2. Try to increase MaxRequestEntityAllowed property value in the IIS config.
For apache servers: Try to increase the LimitRequestBody parameter in the httpd.conf.
messages.httpError.414 String Description of the http status code. Request-URI Too Long.
messages.httpError.415 String Description of the http status code. Unsupported Media Type.
messages.httpError.416 String Description of the http status code. Requested Range Not Satisfiable.
messages.httpError.417 String Description of the http status code. Expectation Failed.
messages.httpError.500 String Description of the http status code. Internal Server Error. It usually means that there are some errors in receiving the script.
messages.httpError.501 String Description of the http status code. Not Implemented. The server does not support the POST method.
messages.httpError.502 String Description of the http status code. Bad Gateway.
messages.httpError.503 String Description of the http status code. 503 Service Unavailable. The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
messages.httpError.504 String Description of the http status code. Gateway Timeout.
messages.httpError.505 String Description of the http status code. HTTP Version Not Supported. The server does not support HTTP 1.1.