version 3.1.2 (14.01.2011)
- [FIXED]
-
Issue with active navigation keys in thumbnailsView when user input text into inline text input.
-
If user cancels process of thumbnails generation and then press upload button again, MultiPowUpload may hangs up.
-
Issue with error handling of thumbnails upload process.
- [ADDED]
- Parameters:
-
thumbnail.resizeSmallImages - Boolean. Default value is true.
Determines whether MultiPowUpload should apply resize rules to images which dimensions are less then values of thumbnail.height and thumbnail.width parameters.
If set to false, small images will not be resized.
version 3.1.1 (24.12.2010)
- [FEATURES]
-
Added new resize modes for thumbnails : exactFit - the result thumbnail will always have specified dimensions.
If it is necessary, "unused" space of thumbnail is filled with thumbnail.backgroundColor color.
If the value of the thumbnail.format parameter set to "PNG" and the value of the thumbnail.transparentBackground parameter set to true,
result thumbnail will have transparent background.
-
fitByWidth - the result thumbnail will always have specified width.
-
fitByHeight - the result thumbnail will always have specified height.
- [FIXED]
-
Issue with wrong crop region when the value of the thumbnailView.bottomPanel.overImage parameter set to false.
-
When chunked upload mode is enabled, custom form fields were not sent to server with first "check" request.
-
Value of the fileFilter.disabledTypes parameter was case sensitive.
-
Immediate cancellation of thumbnails upload process.
-
Issue with resize under Chrome browser.
-
Fixes in translation files for French and Dutch languages.
- [ADDED]
- Parameters:
-
fileView.itemBorder.left - Number. Default value is 1.0.
Width of the left border of the item.
-
fileView.itemBorder.right - Number. Default value is 0.5.
Width of the right border of the item.
-
fileView.itemBorder.top - Number. Default value is 1.0.
Width of the top border of the item.
-
fileView.itemBorder.bottom - Number. Default value is 0.5.
Width of the bottom border of the item.
- [CHANGED]
- Events:
-
onAddFiles(addedFiles, ignoredFiles) event handler now contain second argument - list of ignored files.
Example:
function MultiPowUpload_onAddFiles(addedFiles, ignoredFiles)
{
alert(addedFiles.length+" - "+ignoredFiles.length);
}
version 3.1 (26.10.2010)
- [FEATURES]
-
Automatic detection of user language and loading of corresponding translation file. Distribution package contains 30+ translation files.
-
Tested under latest IE 9 beta , FireFox 4 beta, Android 2.2 (flash enabled Google mobile OS) browser.
-
Control of MultiPowUpload using server response and special xml structure.
-
Auto size for buttons based on the text and icon dimensions. Auto layout of UI components. Ability to set relative coordinates.
- [FIXED]
-
The first request in chunked upload mode had the application/x-www-form-urlencoded content-type. It broke parsing on some servers which expect receiving the request encoded as multipart/form-data .
-
Value of externalVariablesUrl could not be changed using setParameter method during runtime.
-
In the thumbnails view, mode image overlapped cell borders.
-
When an image was rotated, it had a wrong position inside the cell in the end of rotation .
-
In the thumbnails view, after crop/reset, the bottom panel of crop operations became hidden and a user should move the cursor towards the panel again to make it visible.
-
After sorting a file list, in the thumbnail view the bottom panel changed its position on 1 pixel when a cursor was placed on it.
-
Transfer rate and left time was displayed by real time values.
They were changed to average values.
- Upload
cancelation didn't work for thumnail upload.
-
Sometimes when a flash was being loaded on a page, the progress bar stopped on 100% and the flash didn't work.
The problem was discovered when MPU worked under Firefox browser and swf file was cached.
- The problem with initialization of JavaScript object in some browsers (ubuntu OS).
- The problem with initialization of JavaScript object when MultiPowUpload placed on a page using <object> and <embed> tags.
-
Untransparrent background in hidden mode during flash movie initialization.
-
Files without extension could not be added under Ubuntu OS. They were not displayed in the browse dialog.
-
setParameter method did not apply descriptionWindow.inputs.* parameters.
-
setParameter method did not apply tooltip parameters.
-
JavaScript alert window with messages about wrong domain and trial verson did not depend on showAlert parameter.
These messages were displayed by javaScript when MultiPowUpload worked in the hidden mode or whn MPU dimensions were too smal to show Flash popu window.
-
thumbnailView.bottomPanel.labelPattern parameter expected <SIZE> instead of <FILESIZE>.
Valid variables: <FILENAME>, <FILEDATE>, <FILESIZE>
-
Issue with not receiving http, io errors after image was loaded into memory. For example, if user open thumbnnail view (images loaded into memory and displayed) and error occurs during upload process, MultiPowUpload may hangs.
-
Issue with invalid crop region when crop rect dimensions has been controlled by thumbnailView.cropRectKeepAspectRatio parameter and some of crop borders was near to image border.
-
Issue with possibility add duplicate files under linux and MAC OS systems
-
Preloader starts showing the percentage of download only from 50%
- [ADDED]
- Parameters:
-
constant.decimalSeparator - String. Default value is ",".
Character for decimal separator.
-
fileView.drawBorder - Boolean. Default value is true.
It determines whether MultiPowUPload should draw border around the file list.
-
autoLayout - Boolean. Default value is false.
If the parameter is set to true, MultiPowUpload will automatically set height and width button based on the text and icon dimensions.
-
language.autoDetect - Boolean. Default value is false.
If the parameter is set to true, MultiPowUpload will try to detect the user language.
-
language.source - URL - Default value is "Extra/Languages/language_<LANGUAGE_CODE>.xml"
Url to xml file with translation.
-
listViewButton.visible - boolean - Default value is true
Determines whether listViewButton should be displayed or not.
-
thumbViewButton.visible - boolean - Default value is true
Determines whether listViewButton should be displayed or not.
-
thumbnailView.bottomPanel.visible - boolean - Default value is true
Determines whether bottom panel in thumbnailView cell should be displayed or not.
- ListItem object:
-
ListItem.thumbnailFileName - name of image thumbnail after replacing all the placeholders in the value of thumbnail.fileName parameter.
-
ListItem.imageWidth - width of image file. Contain correct value only if image was loaded into memory (onImageLoaded event handler)
-
ListItem.imageHeight - height of image file. Contain correct value only if image was loaded into memory (onImageLoaded event handler)
-
ListItem.isValidImage - true if image files have valid size and format for thumbnails upload. Contain correct value only if image was loaded into memory (onImageLoaded event handler)
-
ListItem.postFields - collection of all post fields
- [CHANGED]
- Other:
-
Swf file renamed to ElementITMultiPowUpload.swf without version indication in file name. For better compability.
- Parameters:
-
Default value of listView.label.disabledFileInfoTooltip parameter was changed to "Size: <FILESIZE>\nDate: <FILEDATE>\nStatus: <FILESTATUS>";
-
Default value of listView.label.tooltip parameter was changed to "Size: <FILESIZE>\nDate: <FILEDATE>\nStatus: <FILESTATUS>";
-
Default value of thumbnailView.infoIcon.tooltip parameter was changed to Size: <FILESIZE>\nDate: <FILEDATE>\nStatus: <FILESTATUS>";
-
Default value of thumbnailView.infoIcon.disabledFileInfoTooltip parameter was changed to "Size: <FILESIZE>\nDate: <FILEDATE>\nStatus: <FILESTATUS>"
-
Default value of removeButton.y parameter was changed to "<browseButton.top>"
-
Default value of clearButton.x parameter was changed to "<movie.width>-<clearButton.width>-5"
-
Default value of clearButton.y parameter was changed to "<browseButton.top>"
-
Default value of fileView.y parameter was changed to "<browseButton.bottom>+5"
-
Default value of fileView.width parameter was changed to "<movie.width>-8"
-
Default value of fileView.height parameter was changed to "<statusLabel.y>-<fileView.y>-3"
-
Default value of uploadButton.x parameter was changed to "<browseButton.right>+3"
-
Default value of uploadButton.y parameter was changed to "<browseButton.top>"
-
Default value of listViewButton.x parameter was changed to "<uploadButton.right>+10"
-
Default value of listViewButton.y parameter was changed to "<browseButton.top>"
-
Default value of sortButton.x parameter was changed to "<thumbViewButton.right>+5"
-
Default value of sortButton.y parameter was changed to "<browseButton.top>"
-
Default value of thumbViewButton.x parameter was changed to "<listViewButton.right>+3"
-
Default value of thumbViewButton.y parameter was changed to "<browseButton.top>"
-
Default value of progressBar.y parameter was changed to "<movie.height>-<progressBar.height>-4"
-
Default value of statusLabel.y parameter was changed to "<progressBar.y>-<statusLabel.height>"
-
Default value of statusLabel.width parameter was changed to "<movie.width>-8"
-
Default value of progressBar.width parameter was changed to "<movie.width>-8"
version 3.0.1 (23.08.2010)
- [FIXED]
-
Issue with ignored input fields for description window is configured in external xml file (using externalVariablesUrl parameter).
version 3.0 (06.07.2010)
- [FUNCTIONALITY]
New user interface:
-
"Loading" progress bar while a movie is loaded by a browser.
-
Integrated thumbnails preview mode.
-
Configurable list of view mode.
-
Icons for all buttons.
-
Hidden mode with overlaying Flash movie over html objects.
-
Drag and drop for custom list sort. User can simply drag the items in list or thumbnail view modes to reorder them if necessary.
-
Configurable tooltips for all UI elements.
-
Description window which allows to set up form fields for each file.
Thumbnails generation on client side:
-
3 modes of thumnail generation: fit, stretch and crop.
-
Improved speed and quality of generated thumbnails image.
-
Ability to set thumbnails dimensions in percentage of source image. It allows to apply the image transformations to a source image when thumbnails dimensions have been set to 100% of source image.
-
Access to EXIF metadata of image file.
Thumbnails view:
-
Integrated preview of image files (JPEG, PNG, GIF).
-
Rotate and crop operations.
-
Animated rotation operation.
-
Panel display when the cursor is placed over a file item.
-
Progress bar for each file item.
-
Icons for each of the file state.
-
Inline comment input text box.
-
File information by a mouse click.
List view:
-
Progress bar for each file item.
-
Icons for each of the file state.
-
Inline comment input text box.
- Short preview of form field values entered by a user in the description window.
-
File information by a mouse click.
Chunked upload mode:
-
Resumption of broken uploads.
-
Pause of upload process.
- No "cookies" bugs
in chunked upload mode .
-
Adobe Flash guarantees 100 MB files uploading by this method but even 500 MB files work correctly on most PCs.
JavaScript API:
-
Structured and organised methods and events.
-
Automatical initialisation of JavaScript object.
-
Total control of all MultiPowUpload functions.
Theme and skin support:
-
Set your own images for all of the button states.
-
Theme files in ZIP format support. It allows to save time for loading resource files.
-
Change theme at the runtime.
Other changes:
-
Debug mode was added.
-
Download mode was removed completely.
-
A lot of new parameters and methods.
version 2.1 (23.04.2009)
- [FUNCTIONALITY]
-
Thumbnmails Viewer plugin was released.
-
Thumbnails Generation on client side and upload them to server.
-
File identificator were added as a last parameter for all javaScript events where a file index passed as a parameter.
- [ADDED]
- Methods:
-
getFileByIndex(index) - get ListItem by index.
-
filesCount() - count of files in List.
-
getId() - it returns a unique identificator of MultiPowUpload instance.
- Parameters:
-
prepareButtonVisible - Boolean. Default value is true.
-
prepareButtonText - String. Default value is "Prepare".
-
progressGenerateThumbnail - String. Default value is "Generating image thumbnails... please wait."
-
progressReadyForUpload - String. Default value is "Files ready for upload. Press upload button to start.".
-
progressUploadThumbnailsText - String. Default value is "Uploading thumbnails, please wait...".
-
getThumbnailFromExif=true;
-
thumbnailFormat - String. Default value is "JPG". Valid values are PNG or JGP.
-
thumbnailJPGQuality- Integer. Default value is 85.
-
thumbnailTransparentBackground- Boolean. Default value is false.
-
thumbnailBackgroundColor- Color. Default value is "#000000".
-
thumbnailFileName - String. Default value is "thumbnail_
"
.
-
sendThumbnails - Boolean. Default value is false.
-
thumbnailWidth - Integer. Default value is 160.
-
thumbnailHeight - Integer. Default value is 120.
-
thumbnailUploadUrl - Url. Default value is value of uploadUrl parameter.
-
thumbnailFormFieldName - String. Default value is "thumbnail_
".
-
rotateAngleFieldName - String. Default value is rotateAngle.
-
rotateAngleBeforeCropFieldName - String. Default value is rotateAngleBeforeCrop.
-
cropRectXFieldName - String. Default value is cropRectX.
-
cropRectYFieldName - String. Default value is cropRectY.
-
cropRectWidthFieldName - String. Default value is cropRectWidth.
-
cropRectHeightFieldName - String. Default value is cropRectHeight.
version 2.0 (24.10.2008)
- [FUNCTIONALITY]
-
Completely rewritten in Action Script 3.0
-
New class ListItem represent file.
-
Customizable list view.
- [ADDED]
- Methods:
-
getFile(fileId):ListItem
returns an instance of a ListItem object by specified id.
Parameters:
fileId:String is an identificator of the file.
-
addFileParam(fileId:String, paramName:String, paramVal:String): adds a parameter for the file specified in the fileId parameter. This parameter will be posted to the server with the specified file.
Parameters: fileId:String is an identificator of the file.
paramName:String - name of parameter.
paramVal:String - value of parameter.
-
removeFileParamfileId:String, paramName:String)
removes parameter with paramName name from the file specified by the fileId parameter. Parameters: fileId:String
- Identificator of file.
paramName:String - name of the parameter that should be removed.
-
addParam(name:String, val:String)
adds a parameter to post a request. This parameter will be posted with all files. Parameters: name:String - a name of the parameter.
val:String - a value of the parameter.
-
removeParam(name:String)
removes a parameter with a specified name in the post request.
Parameter: name:String
- name of the parameter.
- Events:
-
MultiPowUPload_onRemoveItem(fileIndex): it is
invoked when a file is removed from the list.
Parameters:
fileIndex:Integer - an index of removed file.
-
MultiPowUPload_onClearList(): it is invoked when a user presses "clear list" button or removeAll() method is called.
-
MultiPowUPload_onCancel(type)
: it is invoked when upload/download operation is cancelled.
Parameters:
type:String - the string represents type of process. Possible values: "upload" or "download"
-
MultiPowUPload_onSelectItems()
: it is invoked when a user selects an item in the file list.
- Parameters:
-
externalVariablesUrl - URL. Default value is an
Url to the file with parameters.
-
httpErrorCodeDescription_400 - String. Default value is Bad Request. Server can't understand request! Contact Element-IT support team in this case.
-
httpErrorCodeDescription_401 - String. Default value is Unauthorized. User authentication is required!
-
httpErrorCodeDescription_402 - String. Default value is Payment Required. Reserved code!
-
httpErrorCodeDescription_403 - String.Default value is Forbidden. The server has understood the request, but refuses to fulfill it!
For apache servers: This 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.
-
httpErrorCodeDescription_404 - String. Default value is Page not found. Can't find '
' page on server!
-
httpErrorCodeDescription_405 - String. Default value is Post method not allowed for this page
! Try to change server settings to allow post method for recieving the script.
-
httpErrorCodeDescription_406 - String.Default value is 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/*'.
httpErrorCodeDescription_407 - String. Default value: Proxy Authentication Required.
-
httpErrorCodeDescription_408 - String. Default value is Request Timeout.
-
httpErrorCodeDescription_409 - String. Default value is Conflict.
-
httpErrorCodeDescription_410 - String. Default value is Gone. The requested resource is no longer available on the server and no forwarding address is known.
-
httpErrorCodeDescription_411 - String. Default value is Length Required.
-
httpErrorCodeDescription_412 - String. Default value is Precondition Failed.
-
httpErrorCodeDescription_413 - String. Default value is Request Entity Too Large.
For IIS servers: 1. Try to increase UploadReadAheadSize metabase property.
2. Try to increase MaxRequestEntityAllowed property value in IIS config.
For apache servers: Try to increase LimitRequestBody parameter in httpd.conf.
-
httpErrorCodeDescription_414 - String. Default value is Request-URI Too Long.
-
httpErrorCodeDescription_415 - String. Default value is Unsupported Media Type.
-
httpErrorCodeDescription_416 - String. Default value is Requested Range Not Satisfiable.
-
httpErrorCodeDescription_417 - String. Default value is Expectation Failed.
-
httpErrorCodeDescription_500 - String. Default value is Internal Server Error. Usually it means that receiving script has errors.
-
httpErrorCodeDescription_501 - String. Default value is Not Implemented. Server does not support POST method.
-
httpErrorCodeDescription_502 - String. Default value is Bad Gateway.
-
httpErrorCodeDescription_503 - String. Default value is 503 Service Unavailable. The server is currently unable to handle the request due to a
temporary overloading or maintenance of the server.
-
httpErrorCodeDescription_504 - String. Default value is Gateway Timeout.
-
httpErrorCodeDescription_505 - String. Default value is HTTP Version Not Supported. Server does not support HTTP 1.1.
-
formName - String. Default value is myForm.
Id of the form on html page which values should be included in the request.
-
uploadFileFieldName - String. Default value is Filedata.
Name of the file form field in the request.
-
sendTestRequest - Boolean. Default value is false. It
determines whether MultiPowUpload should send a test request or not.
-
removeUploadedFilesFromList - Boolean. Default value is false. It determines whether MultiPowUpload should remove uploaded files from list.
-
sendFieldsWithGetMethod - Boolean. Default value is false. It determines whether MultiPowUpload should send form fields with GET method.
-
sendFileId - Boolean. Default value is true. It
determines whether MultiPowUpload should send the file id.
-
sendFileCreationDate - Boolean. Default value is true. It determines whether MultiPowUpload should send the file creation date.
-
sendFileModificationDate - Boolean. Default value is true. It determines whether MultiPowUpload should send the file modification date.
-
sendFileSize - Boolean. Default value is true.
It determines whether MultiPowUpload should send file size.
-
sendFilesCount - Boolean. Default value is true. It
determines whether MultiPowUpload should send the files count. Starts from 1.
-
sendCurrentFileIndex - Boolean. Default value is true. It
determines whether MultiPowUpload should send the current file index. (Starts from zero)
-
sendBrowserCookie - Boolean. Default value is true.
Determines whether MultiPowUpload should send the browser cookies.
-
fileIdFieldName Default - String. value is fileId.
Name of fileid form field in the request.
-
fileCreationDateFieldName - String. Default value is fileCreationdate.
Name of creation date form field in the request.
-
fileModificationDateFieldName - String. Default value is fileModificationDate.
Name of modification date form field in the request.
-
fileSizeFieldName - String. Default value is fileSize.
Name of file size form field in the request.
-
filesCountFieldName Default - String. Default value is filesCount.
Name of files count form field in the request.
-
currentFileIndexFieldName - String. Default value is currentFileIndex.
Name of current file index form field in the request.
-
browserCookieFieldName - String. Default value is MultiPowUpload_browserCookie.
Name of browser cookie form field in the request.
-
uploadUrlEmptyMessage - String. Default value is Upload script URL (uploadUrl parameter) is empty!
The message is displayed when uploadUrl is empty.
-
customList - Boolean. Default value is true
Determines whether MultiPowUpload should use the custom list.
-
customListShowProgressBar - Boolean. Default value is true. It determines whether
the progress bar is shown or not for each file.
-
customListShowTextInput - Boolean. Default value is true.
It determines whether the text input is shown or not for each file.
-
customListShowRemoveButton - Boolean. Default value is true.
It determines whether the remove button is shown or not for each file.
-
customListRemoveButtonText - String. Default value is Remove.
Label of the remove button in the custom list.
-
customListTextInputName - String. Default value is userText.
Name of a form field in the request.
-
customListTextInputBackgroundColor - Color. Default value is
Background color of text input.
-
customListTextInputTextColor - Color. Default value is #000000.
Font color of text input.
-
customListTextInputDefaultString - String. Default value is Put file description here.
Default text in text input.
-
listUpColor - Color. Default value is #FFFFFF
-
listDownColor - Color. Default value is #E3FFD6
-
listSelectedUpColor - Color. Default value is #9AD8FF
-
listSelectedDownColor - Color. Default value is #9AD8FF
-
listSelectedRollOverColor - Color. Default value is #DAF1FF
-
listUnuploadedColor - Color. Default value is #FF0000
-
customPostFields Default value is "; example: paramname1;paramvalue1|paramname2;paramvalue2
-
buttonBottomBorderColor - Color. Default value is #585F63
-
buttonTopBorderColor - Color. Default value is #B7BABC
-
buttonDisabledBottomBorderColor - Color. Default value is #585F63
-
buttonDisabledTopBorderColor - Color. Default value is #B7BABC
-
buttonRollOverBottomBorderColor - Color. Default value is #0075BF
-
buttonRollOverTopBorderColor - Color. Default value is #009DFF
-
buttonDownBottomBackgroundColor - Color. Default value is #99D7FE
-
buttonDownTopBackgroundColor - Color. Default value is #D9F0FE
-
buttonDownBottomBorderColor - Color. Default value is #0075BF
-
buttonDownTopBorderColor - Color. Default value is #009DFF
-
progressBarLeftColor - Color. Default value is #99D7FE
-
progressBarRightColor - Color. Default value is #D9F0FE
-
progressBarLeftBorderColor - Color. Default value is #0075BF
-
progressBarRightBorderColor - Color. Default value is #009DFF
version 1.8 (08.08.2008)
- [FUNCTIONALITY]
-
Workaround for new FlashPlayer 10 security system.
It is not recommended to use browseFiles() method now because it won't work in Player 10.
Workaround: Developers who want to use Java Script + HTMl inetarfce can replace "Browse" button with Flash button.
See JavaScriptUpload.html sample.
-
To fix issues in FlashPlayer 10, download mode logic was changed.
Now the files are downloaded one by one. After one file is downloaded, a user should click the download button again.
-
Custom list with icon, text input and progress bar added.
-
Check duplicates when files are added.
- [ADDED]
- Parameters:
-
customList - boolean. Default is false.
It determines whether the customized list is used or not.
-
customListShowProgressBar - boolean. Default is true.
It determines whether the progress bar is shown or not.
-
progressDownloadPausedText - String. Default value is "Download paused. Press download button to continue."
-
fileListVisible - Boolean. Default is true.
-
showAboutMenuItem - bool. Default is true.
It determines whether the menu item in context menu is shown or not.
-
customListShowRemoveButton - boolean. Default is true.
It determines whether the remove button in list row is shown or not.
-
customListRemoveButtonText - string. Default: "Remove".
It removes the button text.
version 1.7.3 (25.12.2007)
- [FIXED]
-
Background color of flash movie was partially changed when alert window is shown.
-
Alert window changed to nonmodal.
-
Issue with creationDate and modificationDate. Java script Date object was always initialized with current time.
-
Flash.filesList().[index].creationDate now initialized as FileReference.creationDate.getTime().
(Was FileReference.creationDate).
Instead of using Date function. New Date object must be created. Like this:
dastr = new Date(Flash.fileList()[fileIndex].modificationDate).toString();
-
If custom fileTypes parameter was specified for limiting allowed file types, user can input *.* in browse dialog, select and upload files of any type.
-
Functionality to check allowed extensions inside MultiPowUpload was added.
If non-allowed files are found, fileTypeWrongMessage message will be displayed.
-
- [ADDED]
- EVENTS:
-
MultiPowUpload_onBeforeStart occures when upload button is pressed, before upload process started.
- Parameters:
-
removeUploadedFilesOnCancel - boolean, Default: No
. It determines whether the files from file list should be removed or not when the cancel button is clicked.
-
cancelImmediately - boolean, Default is No. It determines whether
upload/download should be cancelled immidiately or the application will wait till the file will be uploaded fully.
-
fileTypeWrongMessage: String. Default value is
Only files with following type:
allowed to upload! files were ignored!
-
retryDialogMessage: Default value is "Some files have not been uploaded. Do you want to try upload again?"
-
New variables to progressMainText parameter were added :
- count of unuploaded files
- count of successfully uploaded files
- total files count
version 1.7.2 (12.07.2007)
- [FIXED]
-
If position and size of the uploadButton were changed at runtime, new parameters didn't apply to the cancelButton.
- [ADDED]
- Methods:
-
function sortFileListJS(field, option)
FIELD - sorting field. Possible values: NAME, SIZE, DATE.
OPTION - sorting order. Possible Values: ASC, DESC.
- Parameters:
-
showLink- Only for commercial version!
It determines whether Flash will show MultiPowUpload lable with a link. Default value is true.
-
javaScriptEventsPrefix - It specifies prefix for java script event functions.
Default isMultiPowUpload
-
dateFormatString - Pattern for the format of Date object to String representation.
DefaultValue is d.m.Y H:i
-
redirectTarget - Target of redirectUploadUrl. It is like a target parameter in <a> html tag.
Default value is _self.
-
sortAscLabel - Label text in context menu.
Default value is Sort ASC
-
sortDescLabel - Label text in context menu.
Default value is Sort DESC
-
sortByNameLabel - Label text in context menu.
Default value is Sort by name
-
sortBySizeLabel - Label text in context menu.
Default value is Sort by size
-
sortByDateLabel - Label text in context menu.
Default value is Sort by date
-
fileListPattern - Gives users a possibility to change file list representation.
Possible patterns: <FILENAME>, <SIZE>, <DATE>. Default value is <FILENAME> (<SIZE>)