• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Mango V4

    User help
    3
    4
    387
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      paulolando91
      last edited by

      Hi
      can someone please Help me
      I have use the following codes:
      <img src="/rest/v4/file-stores/default-filestores/Generator01.png">
      <img src="/store/default/Generator01.png">
      on dashboard designer to display image stored on store and unfortunately I am unable to do so can someone please help me.

      MattFoxM 1 Reply Last reply Reply Quote 0
      • MattFoxM
        MattFox @paulolando91
        last edited by

        @paulolando91 where have you stored your images?
        It makes the most sense if you store your images in the filestore and use the redt api url to obtain them.
        If you don't want that and want it hard coded, you'll have to make the directory inside

        [Mango_home]/overrides/web/modules/mangoUI/web/store

        Fox

        Do not follow where the path may lead; go instead where there is no path.
        And leave a trail - Muriel Strode

        1 Reply Last reply Reply Quote 0
        • terrypackerT
          terrypacker
          last edited by

          Also @paulolando91 I see the REST URL you are using is wrong, there is no v4 API. The REST api is versioned differently to the Mango version. So its best to use the alias latest so that your URL would be something like:

          <img src="/rest/latest/file-stores/default-filestores/Generator01.png">
          P 1 Reply Last reply Reply Quote 0
          • P
            paulolando91 @terrypacker
            last edited by

            @terrypacker thank you

            1 Reply Last reply Reply Quote 0
            • First post
              Last post