Question

Upload attach from landing pages

Hi all,

Is possible to include into landing page configuration, some field to be used from web site to attach/upload file into Creatio and work as the same as other defined fields?

If is not possible using landing pages, what other method suggest to do this?

Thanks, Ernesto

Like 0

Like

2 comments

Unfortunately, the landing page doesn't allow uploading files. 

In theory, you can modify the landing page by adding your custom functionality. You can add an input with type "file" on the page and use FileApiService in order to upload added file.

Please find an example of how to call the service in JS in the ConfigurationFileApi schema. Please put a break point into the "upload" method in the ConfigurationFileApi schema (in a browser) and add a file to an "Attachments and notes" detail. In this way you will learn how the upload file functionality works in Creatio.

Hy do u have any example related to it ?

Show all comments