Version

UploadWrapper Class Members

The following tables list the members exposed by UploadWrapper.

Public Constructors
 NameDescription
Public ConstructorUploadWrapper Constructor  
Public Properties
 NameDescription
Public PropertyModela reference to the model where all configurations are set as properties (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<UploadModel,UploadWrapper>)
Public Methods
 NameDescription
Public MethodAddClientEventModelWidgetBase.AddClientEvent  
Public MethodAllowedExtensionsUploadModel.AllowedExtensions  
Public MethodAutoStartUploadUploadModel.AutoStartUpload  
Public MethodClientEventsSets the Upload model ModelWidgetBase.ClientEvents  
Public MethodControlIdUploadModel.ControlId  
Public MethodErrorMessageAJAXRequestFileSizeUploadModel.ErrorMessageAJAXRequestFileSize  
Public MethodErrorMessageCancelUploadUploadModel.ErrorMessageCancelUpload  
Public MethodErrorMessageGetFileStatusUploadModel.ErrorMessageGetFileStatus  
Public MethodErrorMessageMaxFileSizeExceededUploadModel.ErrorMessageMaxFileSizeExceeded  
Public MethodErrorMessageMaxSimultaneousFilesUploadModel.ErrorMessageMaxSimultaneousFiles  
Public MethodErrorMessageMaxUploadedFilesUploadModel.ErrorMessageMaxUploadedFiles  
Public MethodErrorMessageNoSuchFileUploadModel.ErrorMessageNoSuchFile  
Public MethodErrorMessageOtherUploadModel.ErrorMessageOther  
Public MethodErrorMessageValidatingFileExtensionUploadModel.ErrorMessageValidatingFileExtension  
Public MethodFileExtensionIconsUploadModel.FileExtensionIcons  
Public MethodFileSizeDecimalDisplayUploadModel.FileSizeDecimalDisplay  
Public MethodFileSizeMetricUploadModel.FileSizeMetric  
Public MethodHeightUploadModel.Height  
Public MethodHtmlAttributesUploadModel.HtmlAttributes  
Public MethodIDUploadModel.ID  
Public MethodLabelAddButtonUploadModel.LabelAddButton  
Public MethodLabelClearAllButtonUploadModel.LabelClearAllButton  
Public MethodLabelHideDetailsUploadModel.LabelHideDetails  
Public MethodLabelProgressBarFileNameContinueUploadModel.LabelProgressBarFileNameContinue  
Public MethodLabelShowDetailsUploadModel.LabelShowDetails  
Public MethodLabelSummaryProgressBarTemplateUploadModel.LabelSummaryProgressBarTemplate  
Public MethodLabelSummaryProgressButtonCancelUploadModel.LabelSummaryProgressButtonCancel  
Public MethodLabelSummaryProgressButtonContinueUploadModel.LabelSummaryProgressButtonContinue  
Public MethodLabelSummaryProgressButtonDoneUploadModel.LabelSummaryProgressButtonDone  
Public MethodLabelSummaryTemplateUploadModel.LabelSummaryTemplate  
Public MethodLabelUploadButtonUploadModel.LabelUploadButton  
Public MethodLanguageSet control language. Possible values are: "en", "bg", "ru", "ja", "fr", "es", "de" (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<UploadModel,UploadWrapper>)
Public MethodLocaleSet control locale. (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<UploadModel,UploadWrapper>)
Public MethodMaxFileSizeGets or sets the maximum size(in bytes) allowed for the file to be uploaded. If it is set to null or -1 there is no limitation otherwise if the size(of the selected file) exceeds this value it is not allowed to be uploaded. This option is used for validation only on client side and only if the browser supports HTML5 file API and share information about the file size  
Public MethodMaxSimultaneousFilesUploadsUploadModel.MaxSimultaneousFilesUploads  
Public MethodMaxUploadedFilesUploadModel.MaxUploadedFiles  
Public MethodModeUploadModel.Mode  
Public MethodMultipleFilesGet or set a bool setting that allows user to select(for upload) more than 1 file from the browse dialog at once. HTML 5+ - it is supported by Chrome, MOzilla FF, Safar, Opera latest versions and IE10+  
Public MethodProgressUrlUploadModel.ProgressUrl  
Public MethodRegionalSet control regional. Example: "en" or "en-GB" (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<UploadModel,UploadWrapper>)
Public MethodRenderRender the upload widget with the accumulated model changes in the wrapper.  
Public MethodShowFileExtensionIconUploadModel.ShowFileExtensionIcon  
Public MethodUploadUrlUploadModel.UploadUrl  
Public MethodWidthUploadModel.Width  
See Also

View on GitHub