... |
... |
@@ -1,5
+1,5 @@ |
1 |
1 |
{{info}} |
2 |
|
-Please use **plugin version 2.0.0** or above for FORMCYCLE V6. |
|
2 |
+Please use **Version 2.0.0** or above for FORMCYCLE V6. |
3 |
3 |
{{/info}} |
4 |
4 |
|
5 |
5 |
{{info}} |
... |
... |
@@ -6,14
+6,29 @@ |
6 |
6 |
When switching from plugin version 1 to version 2 please check the plugin configuration in the [[workflow>>Formcycle.UserInterface.MyForms.WorkflowProcessing]] of the forms. |
7 |
7 |
{{/info}} |
8 |
8 |
|
|
9 |
+With the Amazon S3 plugin for XIMA® FORMCYCLE you are able to to upload files to your [[Amazon S3>>https://docs.aws.amazon.com/AmazonS3/latest/dev/Welcome.html]] account during form processing. Two steps need to be taken in order to upload files to your S3 storage: |
|
10 |
+ |
|
11 |
+1. [[Providing files for the upload into Amazon S3 storage>>||anchor="HProvidingfilesfortheuploadintoAmazonS3storage"]] |
|
12 |
+1. [[Configuration of the Amazon S3 plugin>>||anchor="HConfigurationoftheAmazonS3plugin"]] |
|
13 |
+ |
|
14 |
+An installation guide for plugins can be found [[here>>https://help.formcycle.eu/xwiki/bin/view/Main/Mandant-Plugins]]. |
|
15 |
+ |
|
16 |
+= Providing files for the upload into Amazon S3 storage = |
|
17 |
+ |
9 |
9 |
{{figure image="Formular.png" width="300"}} |
10 |
|
-Users can attach files to forms via the form element [[Upload>>Formcycle.FormDesigner.FormElements.Upload]]. |
|
19 |
+Users can attach files to forms via the form element [[Upload>>https://help.formcycle.eu/xwiki/bin/view/Main/Upload]]. |
11 |
11 |
{{/figure}} |
12 |
12 |
|
13 |
|
-With the Amazon S3 plugin for XIMA® FORMCYCLE you are able to to upload files to your [[Amazon S3>>https://docs.aws.amazon.com/AmazonS3/latest/dev/Welcome.html]] account during form processing. |
|
22 |
+In order to upload files to your Amazon S3 account, the files have to be provided to the [[workflow processing>>https://help.formcycle.eu/xwiki/bin/view/Main/Status+und+Aktionsverarbeitung+]] beforehand. As an example, files may be attached to to a form process via the form element [[Upload>>https://help.formcycle.eu/xwiki/bin/view/Main/Upload]] (see [[attach:Formular.png]]). |
14 |
14 |
|
15 |
|
-An installation guide for plugins can be found [[here>>Formcycle.UserInterface.Client.Plugins]]. |
|
24 |
+{{figure image="Provide_upload.png" width="300"}} |
|
25 |
+Providing attached files via the action [[Provide upload>>https://help.formcycle.eu/xwiki/bin/view/Main/Upload+bereitstellen]]. |
|
26 |
+{{/figure}} |
16 |
16 |
|
|
28 |
+The action [[Provide upload>>https://help.formcycle.eu/xwiki/bin/view/Main/Upload+bereitstellen]] takes care of making these files available for further processing steps. In the example [[attach:Provide_upload.png]] files are provided for further processing in the same [[state>>https://help.formcycle.eu/xwiki/bin/view/Main/Statusliste]] via the form element with the name "file_upload" (Note: files can only be provided for the same state). |
|
29 |
+ |
|
30 |
+A listing of all providing actions can be found [[here>>https://help.formcycle.eu/xwiki/bin/view/Main/Aktionen]]. |
|
31 |
+ |
17 |
17 |
= Configuration of the Amazon S3 plugin = |
18 |
18 |
|
19 |
19 |
After files have been provided for further processing, you can add a new action of type Amazon S3 plugin in order to upload these files to your S3 storage. |
... |
... |
@@ -20,7
+20,7 @@ |
20 |
20 |
|
21 |
21 |
== Authorization of FORMCYCLE == |
22 |
22 |
|
23 |
|
-{{figure image="plugin_aws_s3_en.png"}} |
|
38 |
+{{figure image="Amazon_S3_Plugin_en.png" width="300"}} |
24 |
24 |
After a successful authorization the ID or name of the Amazon S3 account will be displayed in the user interface of the plugin. Furthermore the selection of an [[S3 bucket>>https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html]] of the authorized [[IAM user>>https://docs.aws.amazon.com/IAM/latest/UserGuide/id_users.html]] is possible. |
25 |
25 |
{{/figure}} |
26 |
26 |
|