I tried and get to know that the *"Content-Type=application/octet-stream"*
and *"Content-Disposition=attachment"* is the response sent by the server.
Because of which it always downloads. If I changed it to
*"Content-Type=application/pdf"* and remove
*"Content-Disposition=attachment"* and then sen
On Mon, Nov 13, 2017 at 9:56 AM, Amarjeet Singh
wrote:
> Hi Team,
>
> when I print any file using guacamole redirected printer, it always
> download the file instead of showing print preview.
> It is written to follow the above behavior
> .
> I looked into guacamole common js where it downloads w
Hi Team,
when I print any file using guacamole redirected printer, it always
download the file instead of showing print preview.
It is written to follow the above behavior
.
I looked into guacamole common js where it downloads with the help of
iframe.
I tried all the possible ways to edit the code