In portal section need to show company image logo,So need to upload a image to creatio and reuse in portal section using add web page option.Image not in any pubic network,it exists in local system now so trying to upload it to creatio. Hope You understand the requirement.
In order to display a custom image on the portal main page. It can be a banner that conveys the style and spirit of your company. Configure the banner as a separate web page. Create a separate web page on your website similar to the default banner on the portal to display a custom image.
To do this:
Click → “Set up portal main page.”
Click → [ Edit ].
Double-click the “Website with image” block.
Specify the title, the page URL, and styles (optional).
I have a use case where when a user uploads a contact profile photo, I need to perform specific validations - Eg Check the bit depth & file format of the image. If the bit depth or the format doesn't match, I need to reject the image and show a message to the user. These validations are complicated and sometimes not possible on the client side using JS.
I am aware that Contact profile photo gets uploaded via the out-of-the-box ImageAPIService. How do I customize or extend the service to add my own validations on the server side?
Unfortunately, we do not have the exact example of your business task realization. However, we recommend that you take a look at the following Community post where a similar task and ways of its implementation are described: https://community.creatio.com/questions/attachement
Please, let us know in case any further information is required.
Any idea how i can customize the image uploading to add validation. I need to restrict the image uploading to accept only png file type and limit the size and dimension of the image. Thanks
Size of the file can be regulated using "Attachment max size" system setting (value is specified in megabytes). As for additional file format verification - here is the link to community article where same question was asked and resolved.