Setting Information
- Question Types
Detailed Information
To configure Filepicker as a Question Type, configure your Service and choose “Filepicker” as a Type
Type
- Select one or multiple File Extension, which are allowed to transfer
Background Text’s
- Enter a Static Background Text which is shown in light Grey to help your User to fill in information correctly
Something More
Allowed File Extension
- To see the allowed File Extension, you need to run the following SQL Query against your au2mator Database.
- select Label from Settings where Type = ’43’
- To configure the allowed File Extensions, please run the following SQL Query against your au2mator DB
- UPDATE Settings SET Label = ‘jpg,png,gif,txt,docx,xlsx,xls,csv,doc,pdf’ where Type = ’43’
File Store
- The files are transferred to the “CustomStore” Folder located in your au2mator Dir, Example: C:\inetpub\au2mator\wwwroot\CustomStore
- You can change the Target FolderName with the following SQL Query
- UPDATE Settings SET Label = ‘MyPlace’ where Type = ’42’