The UploadModule type exposes the following members.

Properties

  Name Description
Public property AllowedFileExtensions
Gets or sets Upload module allowed file extensions.
Public property ContentProviderTypeName
Content provider type used for uploading files.
Public property ControlObjectsVisibility
Upload control objects visibility. Set to "None" to remove all additional UI elements like Add and Delete buttons from the upload field.
Public property CustomProperties
Gets or sets custom properties that are transfered to upload control.
Public property EnableFileGallery
Gets or sets a value indicating whether file gallery is enabled.
Public property FileContentProvider
File content provider.
Public property Height
Get or set Upload module height
Public property InitialUploadItemCount
Get or set initial upload item count
Public property Localization
Gets the upload module localization strings.
Public property MaxFileInputsCount
Maximum number of upload fields.
Public property OverwriteExistingFiles
Get or set if upload module should overwrite existing files
Public property ParentEntityId
Gets or sets the parent entity Id of the associated module.
Public property ParentEntityType
Gets or sets parent entity type (Note, message, album, ...) that is associated with this module.
Public property SaveThumbnails
Indicates if thumbails are saved for each upload.
Public property ShowUploadButton
Visibility of the upload button. When used in complex scenarios the upload button is sometimes not whoen and used, as the upload is performed on the main "Submit" button.
Public property ShowUploadProgressBar Obsolete.
Get or set if upload control should show upload progress bar
Public property TargetFolder
Get or set upload target folder - Virtual path (Note: Folder needs to have write permissions)
Public property TargetPhysicalFolder
Get or set upload target folder - Physical path (Note: Folder needs to have write permissions)
Public property UploadedFiles
Uploaded files collection.
Public property UserReputationNewFileScore
Gets or sets how much score user gets for new file submission.
Public property Width
Get or set Upload module width

See Also