New in MULTIPOWUPLOAD 1.7.3 -Add to manual issue with MAC browsers: special characters in uploadUrl parameter must be encoded - Fix in manual - replace function name sortFileListJS with the sortFileList 12.12.2007 [ADDED] EVENT MultiPowUpload_onBeforeStart - occures wher upload button is pressed, before upload process started. 19.10.2007 [FIXED] Background color of flash movie was partially changed when alert window shown. Alert window changed to nonmodal. 12.10.2007 [FIXED] Issue with creationDate and modificationDate. Java script Date object was inited always with current time. Flash.filesList().[index].creationDate now inited as FileReference.creationDate.getTime(). (Was FileReference.creationDate). Insted of using Date function. New Date object must be created. Like this: dastr = new Date(Flash.fileList()[fileIndex].modificationDate).toString(); 01.10.2007 [FIXED] If custom fileTypes parameter was specified for limiting allowed file types, user can input *.* in browse dialog and can select and upload files of any type. Added functionality to check allowed extensions inside MultiPowUpload. if not allowed files found, fileTypeWrongMessage meaasge will be displayed. [ADDED] Parameters: removeUploadedFilesOnCancel - boolean, Default: No Remove or not files from file list when cancell button pressed. cancelImmediately - boolean, Default: No Cancel upload/download immidiately or wait while file will be fully uploaded. fileTypeWrongMessage: String. Default value: Only files with following type: allowed to upload! files were ignored! retryDialogMessage: Default value is "Some files was not uploaded. Do you want to try upload again?" 04.09.2007 [ADDED] ASPPowUpload upload control sample at FileProcessingScripts/ASP/ASPPowUpload/uploadfiles.asp 03.09.2007 [ADDED] Added new variables to progressMainText parameter: - count of unuploaded files - count of successfully uploaded files - total files count New in MULTIPOWUPLOAD 1.7.2 12.07.2007: [ADDED] Parameters: showLink- Only for commercial version! Determines whether Flash will show MultiPowUpload lable with link. Default value is true 19.07.2007: [FIXED] MISC: When set position and size of uploadButton at runtime new parameters not apply to cancelButton. 12.07.2007: [ADDED] Parameters: javaScriptEventsPrefix - specify prefix for java script event functions Default: MultiPowUpload 10.07.2007: [ADDED] Parameters: dateFormatString - Pattern to format Date object to String representation. DefaultValue: d.m.Y H:i format character Description Example returned values a Lowercase Ante meridiem and Post meridiem am or pm A Uppercase Ante meridiem and Post meridiem AM or PM d Day of the month, 2 digits with leading zeros 01 to 31 D Textual representation of a day, three letters Mon through Sun* F Full textual representation of a month January through December* g 12-hour format of an hour without leading zeros 1 through 12 G 24-hour format of an hour without leading zeros 0 through 23 h 12-hour format of an hour with leading zeros 01 through 12 H 24-hour format of an hour with leading zeros 00 through 23 i Minutes with leading zeros 00 to 59 j Day of the month without leading zeros 1 to 31 l Full textual representation of the day of the week (lowercase 'L') Sunday through Saturday* L Whether it's a leap year 1 if it is a leap year, 0 otherwise m Numeric representation of a month, with leading zeros 01 through 12 M Short textual representation of a month, three letters Jan through Dec* n Numeric representation of a month, without leading zeros 1 through 12 O Difference to Greenwich time (GMT) in hours Example: 5 (for EST ) s Seconds, with leading zeros 00 throguh 59 t Number of days in the given month 28 through 31 U Seconds since the Unix Epoch (January 1 1970 00:00:00 GMT) w Numeric representation of the day of the week 0 (for Sunday) through 6 (for Saturday) Y Full numeric representation of a year, 4 digits Examples: 1999 or 2003 y Two digit representation of a year Examples: 99 or 03 Misc: Added send MultiPowUploadUnuploadedFileSize. In old versions to redirectUploadUrl sened only MultiPowUploadUnuploadedFileName. Redirect upload scripts are updated. Note: In previous release of MultiPowUpload redirect upload scripts was not actual. (does not contain code for Unuploaded files) 09.07.2007: [ADDED] Parameters: redirectTarget - target of redirectUploadUrl. Like target parameter in html tag. Default value: _self. sortAscLabel - Label text in context menu. Default value: Sort ASC sortDescLabel - Label text in context menu. Default value: Sort DESC sortByNameLabel - Label text in context menu. Default value: Sort by name sortBySizeLabel - Label text in context menu. Default value: Sort by size sortByDateLabel - Label text in context menu. Default value: Sort by date fileListPattern - Gives to user possibility to change file list representation. Possible patterns: , , Default value: () JavaScript: function sortFileListJS(field, option) FIELD - sorting field. Possible values: NAME, SIZE, DATE. OPTION - sorting order. Possible Values: ASC, DESC. Interface: About mmeu item in context menu and about dialog. In percent and browse labels HTML code can be used. Note: Supported html tags see in Macromedia flash documentation. [CHANGED] totalSizeText - Changed default value from "Total files size" to "Total files size " (To apply html formatting to whole string) Possible patterns: