Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added more information about the file pattern options.

...

Only image files may be included as additional pages of a document when processed by GlobalCapture.  While uploaded files are always saved as part of the submission regardless of their format, GlobalCapture can only merge uploaded files that are image-based.  Administrators can control the types of files uploaded to a form using the File Pattern setting. Specify the allowed file types with a comma-separated list (do not include any spaces in the list). The image file types that will be included as additional pages when processed by GlobalCapture are: 

Code Block
.pdf,.tif,.tiff,.jpg,.jpeg,.pcx,.png,.bmp,.gif,.doc,.docx,.rtf,.xls,.xlsx,.txt,.csv

Additionally you can restrict the types of files uploaded via this Component by using the "!" symbol. Wildcard characters are also accepted: "*" will allow any extension to be uploaded. To allow all documents except for zip files you would update the File Pattern to be:

Code Block
 *,!.zip


By dragging a file component to a form and clicking Save on the settings panel, your form is ready to receive files.  GlobalForms is configured out of the box to accept uploads from the file component.  Administrators may wish to set minimum and maximum sizes for files attached to forms.  Size settings are found on the Display tab of the settings panel.

...