Document preview

Hi,

Is it possible to implement document preview (JPG, GIF, PNG, TIFF, PDF, Docx, .xslx) when we right-click on a hyper link. Currently when we click on a dynamic link it opens in download mode. Our requirement is to preview document first before user perform download action.

Thanks!

  Discussion posts and replies are publicly visible

Parents
  • There are other patterns you can consider - 

    For example, you can create a "browser" of your own that displays the doc and add a link specifically for downloads.

    In the example figure, there's a browser setup with no docs selected.
    Then, in figure 2, the document is selected and the download link becomes enabled.
    This pattern creates some separation between the view and download operations.

    not yet selected
    figure1


    figure2

Reply
  • There are other patterns you can consider - 

    For example, you can create a "browser" of your own that displays the doc and add a link specifically for downloads.

    In the example figure, there's a browser setup with no docs selected.
    Then, in figure 2, the document is selected and the download link becomes enabled.
    This pattern creates some separation between the view and download operations.

    not yet selected
    figure1


    figure2

Children
No Data