Preview the document in a new window without the download popup window
Hi,
Is it possible to directly view the document instead of downloading it first and then opening it?
My requirement is, I have a document which is attached to the case. I display the list of all documents in the section(not in the attachment widget to the right) and Onclick of the document name, the document should directly open. Currently what is happening is, it is first getting downloaded and then I get an option to open the file or go to the download folder to open from there.
I am calling pzDownloadFromRepository activity from my activity which is getting called on click of the link->Open url in window. Inside this pzDownloadFromRepository , there is a java step calling sendFile method. I am passing download param as false. But still document is getting downloaded.
Any thoughts please?