ID
|
String. Component ID.
Optional
|
PreservePlace
|
Bool.
Indicates that place for this control will be preserved in the page.
Default "false".
Optional
See also working example Preserve place.
|
ShowUploadedFiles
|
Bool.
Indicates that list of uploaded files names will be shown inside control.
Default "false".
Optional
See also working example Show uploaded files names.
|
RefreshPeriod
|
Integer.
Refresh period for getting current uploading status (milliseconds).
Default "100".
Optional
|
OnClientProgressRefreshed
|
String.
Client-side function called on every UploadFileProgress control refreshing.
By default no function is called.
Optional
See also working example Client-side events handling
and OnClientProgressRefreshed function page.
|
OnClientProgressStopped
|
String.
Client-side function called before UploadFileProgress control closed.
By default no function is called.
Optional
See also working example Client-side events handling.
|
OnClientProgressStarted
|
String.
Client-side function called before UploadFileProgress control opened.
By default no function is called.
Optional
See also working example Client-side events handling.
|
OnClientSubmitting
|
String.
Client-side function called on Form submitting.
By default no function is called.
Optional
See also working example Client-side events handling.
|
OnClientFileCleared
|
String.
Client-side function called when file inputs with not allowed
extensions have been cleared in the form.
By default no function is called.
Optional
See also working example Allowed file extensions and sizes
and OnClientFileCleared function page.
|
OnClientFileRejected
|
String.
Client-side function called when server-side had detected and cut file with
size exceeding defined maximum.
By default no function is called.
Optional
See also working example Allowed file extensions and sizes
and OnClientFileRejected function page.
|
LocalizationFile
|
String.
Path to custom defined localization XML file.
By default internal (English) localization is used.
Optional
See also working example Localization
and Custom localization file page.
|
StyleFile
|
String.
Path to custom defined styles CSS file.
By default internal styles are used.
Optional
See also working example Another style
and Custom style file page.
|
FormClientID
|
String.
Client ID of Form where UploadFileProgress control should be registered.
By default the first Form in document is used.
Optional
|
TimeFormat
|
String.
Elapsed and estimated times format.
Default "%HOURS%:%MINUTES%:%SECONDS%s".
Optional
See also working example Custom time format.
|
AllowedFileFormats
|
Collection of OboutInc.FileUpload.Format objects.
If it is empty then files of all extensions and sizes can be uploaded.
See below for details of OboutInc.FileUpload.Format class.
See also working example Allowed file extensions and sizes.
|