Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

Status Already exists
Workspace Jedox Platform
Categories Web Spreadsheet
Created by Guest
Created on Aug 8, 2025

Access to self uploaded Assets in SFTP (e.g. Icons, Logos)

It would be great if we could upload all customer branding such as: icons, logos, pictures into sftp server and access it in the same way as e.g. showpict("/pr/jedox/images/app_icons/jx_info.png") the standard jedox icons.

  • ADMIN RESPONSE
    Aug 8, 2025

    This is already possible by uploading files into the apache_custom directory that can be found in SFTP. If you upload an image.png to this directory, you can display it like this:

    =SHOWPICT("/pr/custom/image.png")


    But, please note that this folder is not secured via access control! Anyone who knows the URL of these files can open and download them. Only use this folder for uploading non-sensitive images!