Hi everybody
I am trying to upload a PDF file in a ccv6 form. Is there anywhere a description how to do that ? I saw also a function where you can upload files. But how is this function to handle ?
Thx
I am trying to upload a PDF file in a ccv6 form. Is there anywhere a description how to do that ? I saw also a function where you can upload files. But how is this function to handle ?
Thx
Hi Arnold,
The steps to create a form on Connectivity v6:
#1- create the fields view
#2- create a form view
#3- call the fields view in the form view "contents"
#4- point the form view "event" to the event you want.
#5- call the form view in the page you want.
If you have a file field named "file5" for example, you can then call an "upload" function in the same event which your form points to, and in the "Files config" box of the upload function, enter:
You may also change the upload path.
Best regards,
Max
The steps to create a form on Connectivity v6:
#1- create the fields view
#2- create a form view
#3- call the fields view in the form view "contents"
#4- point the form view "event" to the event you want.
#5- call the form view in the page you want.
If you have a file field named "file5" for example, you can then call an "upload" function in the same event which your form points to, and in the "Files config" box of the upload function, enter:
file5:pdf,doc,docx
You may also change the upload path.
Best regards,
Max
This topic is locked and no more replies can be posted.