CustomerFileUploadControl

CustomerFileUploadControl lets signed-in shoppers upload one or more files.

CustomerFileUploadControl upload form

Configurable properties

Property Default Valid values or format Effect
AllowedFileExtensions
Not specified
Not specified   Sets the comma-separated list of permitted file extensions.
MaxFileSize
Not specified
Not specified   Sets the maximum upload file size.
NotLoggedInMessageText
Not specified
Not specified   Sets the message displayed to a shopper who has not signed in.
RequireLogin
Not specified
Not specified   Controls whether login is required to load the control.
UploadedFileList
Not specified
Not specified   Exposes the uploaded-file list.
UploadFileHeaderText
Not specified
Not specified   Sets the upload form heading.

SitePages.config example

The following example loads CustomerFileUploadControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: AllowedFileExtensions, MaxFileSize, NotLoggedInMessageText, RequireLogin, UploadedFileList, UploadFileHeaderText.

<Control src="CustomerFileUploadControl.ascx" />

Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.

Inherited properties

CustomerFileUploadControl inherits shared conditions from CyberStoreBaseControl.


This site uses Just the Docs, a documentation theme for Jekyll.