Announcement

Collapse
No announcement yet.

Using screenshots in knowledge base

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Using screenshots in knowledge base

    I use screenshots in knowledgebase and my app is distributed in a form, that every user gets his own installation. I load the screenshots into my developer version, where they will be stored as attachments with an own id, to which they are referenced in the knowledgebase articles.
    When I install the app on the server of another user, this installation will not get the attachments, because they are stored in the upload folder. This way the reference from the article is not valid anymore and I would have to upload the screenshots individually into every installation, which is very uncomfortable.

    Is there any way to store the screenshots in a way, that they are available in every installation without having to upload them again?

  • #2
    maybe using aws S3 could work same bucket configured for each instance.

    Rabii
    Web Dev

    Comment


    • #3
      Or base64 encoded images?

      Comment


      • shalmaxb
        shalmaxb commented
        Editing a comment
        How would that work? Encoding I could do with an encoder, but how decoding in espoCRM?
        Last edited by shalmaxb; Yesterday, 08:36 PM.

      • Kharg
        Kharg commented
        Editing a comment
        <img src="data:image/jpeg;base64," alt="Screenshot" />

    • #4
      You can store as base64 or simply link image from imgur or some different cloud storage.

      Comment


      • #5
        Thanks, that worked

        Comment


        • Kharg
          Kharg commented
          Editing a comment
          What did you do at the end? Base64 or image link?
      Working...
      X