MultiPowUpload 1.5 control documentation

MultiPowUpload movie parameters 


Attention! Replace symbols " with the """ at all parameters values and symbols "&" with the "%26" at URL values or " &" at other values!

Parameter

Type

Description

uploadUrl

URL

The URL of the server script configured to handle upload through HTTP POST calls. The URL can be HTTP only.
If you are using symbols "&" at uploadUrl value replace them with the "%26" string!

downloadMode

Boolean

Determines whether Flash Movie has interface to download files. Default value is false

loaderMode

Boolean

Determines whether Flash Movie has interface to load image files. Default value is false

showProgressBar

Boolean

Determines whether own movie progress bar will be shown or not. Default value is true

alertAboutOldversion

Boolean

Determines whether Flash will execute javascript:alert("Flash is too old...") method if user has too old Flash player. Default value is true

filesToDownload

String

List of files to show when Flash is in Download mode (downloadMode=true). Format:
URL1|FileName1|Size1;URL2|FileName2|Size2 (etc.)
Example:

landscape.jpg|landscape.jpg|48546;frog.jpg|frog.jpg|45119
Default value is Empty string

imageToLoad

URL

URL of image to load if Flash is in Image Loader mode (loaderMode=true)

redirectUploadUrl

URL

URL of the page that automatically will be loaded after upload is finished.
Component will POST to the specified URL the uploaded files details in format MultiPowUploadFileName_0=firstfilename, MultiPowUploadFileSize_0=firstfilesize, etc . Code of the script can retrive files details like for standard POST variables:
ASP code Example:

maxFileSize

Integer

Maximum file size each allowed for upload in bytes. Default value is -1 (Unlimited)

maxFileCount

Integer

Maximum number of files allowed for upload. Default value is -1 (Unlimited)

maxFileSizeTotal

Integer

Maximum total files size allowed for upload in bytes. Default value is -1 (Unlimited)

fileTypes

String

An array of file types used to filter the files displayed in the dialog box. Example:

All files|*.*;Images|*.jpg\;*.jpeg\;*.gif\;*.png\;*.bmp
Default value is Empty string (All files are displayed)

fontFamily

String

The font name for text. The default value is "_sans".

listUseRollOver

Boolean

Determines whether rolling over a row activates highlighting. The default value is true.

uploadButtonText

String

Default value: "Upload"

removeButtonText

String

Default value: "Remove item"

labelText

String

Default value: "Select files"

progressUploadedText

String

Default value: "Uploaded"

progressTransferRateText

String

Default value: "Transfer rate"

progressTimeLeftText

String

Default value: "Time left"

progressUploadCompleteText

String

Default value: "Upload complete"

progressUploadingText

String

Default value: "Uploading..."

progressUploadCanceledText

String

Default value: "Next files upload canceled. Wait..."

progressDownloadCanceledText

String

Default value: "Next files download canceled. Wait..."

progressUploadStoppedText

String

Default value: "Upload stopped"

progressDownloadStoppedText

String

Default value: "Download stopped"

downloadButtonText

String

Default value: "Download"

cancelButtonText

String

Default value: "Cancel"

progressDownloadedText

String

Default value: "Downloaded"

progressDownloadCompleteText

String

Default value: "Download complete"

progressDownloadingText

String

Default value: "Downloading..."

backgroundColor

Color

The background color of the Flash movie. The default color is #F8F6E6

textColor

Color

The color of top lable text. The default color is #000000

buttonTextColor

Color

The color of buttons labels when button is active. The default color is #0B333C

buttonBackgroundColor

Color

The button background color when the button is up and active. The default color is #EFEBEF

buttonBorderColor

Color

The button border color when the button is active. The default color is #919999

buttonDisabledTextColor

Color

The color of buttons labels when button is disabled. The default color is #848384

buttonDisabledBackgroundColor

Color

The button background color when the button is disabled. The default color is #f2f2f2

buttonDisabledBorderColor

Color

The button border color when the button is disabled. The default color is buttonBorderColor

buttonRollOverBorderColor

Color

The button border color when the pointer rolls over it. The default color is buttonBorderColor

listTextColor

Color

The text color of items in list. The default color is #000000

listTextSelectedColor

Color

The text color of of items in list in the selected row. The default color is #005F33

listTextRollOverColor

Color

The text color of of items in list when the pointer rolls over it. The default color is #005F33

listBackgroundColor

Color

The background color of the list. The default color is backgroundColor

listSelectionColor

Color

The background color of a selected row. The default color is #CDFFC1

listRollOverColor

Color

The background color of a row when the pointer rolls over it. The default color is #E3FFD6

listUploadedColor

Color

The background color of item in list when it was uploaded or downloaded. The default color is #F0ECC8

progressBarColor

Color

The foreground color in denoting the percent complete. The default color is #00ff00