Home Search

DriveWorks Pro 21
Upload Control

Send Feedback

Upload Control

The Upload Control displays a  button on the user form that will launch a browser to locate and upload a file.

When the form control is applied the name entered will display as the caption for the form control. This can be changed by selecting the Text property.

Appearance PropertiesBehavior Properties
Background ColorDefault File Name
FontDuplicate File Behavior
PictureEnabled
Picture (Hover)Error Result
Picture (Pressed)File Filter
Picture Size ModeFile Size Limit
When using the Upload Control in an implementation that will be used with DriveWorks Live, further settings may need to be applied.

Please see Using The Upload Control With DriveWorks Live below.

Picture StyleOn Upload Complete Macro
TextTab Index
Text ColorVisible
Text Horizontal Alignment
General PropertiesLayout Properties
(Metadata)Height
(Name)Left
(Tag)Top
Width

Using The Upload Control With DriveWorks Live

When an Implementation allows users to upload files from a browser (through DriveWorks Live) the scenarios below outline additional settings that should be applied.

Web or Application Theme Without IIS

When using the Web or Application Theme directly (not through IIS) no further settings are required.

Web or Application Theme With IIS

When running the Web or Application Theme through IIS, the following settings need to be applied in the web.config file:

Integration Theme Without IIS

When running the Integration Theme directly (not through IIS) the following settings need to be applied in the DriveWorksConfigUser.xml file:

Integration theme With IIS

When running the Integration Theme through IIS the following settings need to be applied in the DriveWorksConfigUser.xml file:

Also, the following setting is required to be applied in the Internet Information Services Manager.

  • Maximum allowed content length

    This is set through Request Filtering in the IIS Manager, see File Upload Limits for more information.

A user form control that, when selected, will allow a file to be uploaded to the specification.