...
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.
Note | ||
---|---|---|
| ||
Prior Using forms created prior to GlobalForms 10.2, if an administrator attempted attempts to import a from from another GlobalForms environmentform, the Upload Url setting will need to be adjusted to reflect the correct GlobalForms instance. As of version 10.2, the Upload Url is relative, and should always be "/api/files". Importing a form with a File Component that has a relative url will automatically adjust to work with the target server's upload location. Note: You can not alter the Upload Url's relative path. If you deploy forms and modify the GlobalForms configuration at a later date (new port, changing from http to https, or you change the GlobalForms server's IP address or name), you may need to modify the Upload Url for all forms that use a File Component. This should only be required if your forms use the absolute url syntax of 10.1 and prior. |
...