>
> What flag? What does this have to do with the printing you describe below?


I have enabled and disabled one way upload and download  using a parameter*
rdpSettings->disk_action*

>
>
> *There is no downloadStream() function within guacamole-common-js. You 
> are**probably
> thinking of the web application.*


Yes guacamole.js file

{code:none}
         // Handle any received files
        client.onfile = function clientFileReceived(stream, mimetype,
filename) {
            tunnelService.downloadStream(tunnel.uuid, stream, mimetype,
filename);
        };
{code}

*I want to add handler a new handler instead of using the *get *the same
> way*


I want to remove the dependency here as our hyprint static channel saves
the file in the Shared drive and If I pass the below URL and download is
disabled using the above flag. It calls the get handler where  I have
disabled the downloads.

{code:none}
ManagedFilesystem.downloadFile(managedClient,managedClient.filesystems[0]
,"/"+filename,false);
{code}

On Thu, Mar 15, 2018 at 1:35 PM, Mike Jumper <[email protected]>
wrote:

> On Thu, Mar 15, 2018 at 12:47 AM, Amarjeet Singh <[email protected]>
> wrote:
>
> > Scenario 1 :
> >
> > I am trying to disable download which will completely disable the
> download
> > as I have used the flag there.
> >
> >
> What flag? What does this have to do with the printing you describe below?
>
> Now We have a HyPrint Static channel which prints the file ( file is saved
> > in Shared drive ). I have called the *downloadStream* of the
> > guacamole-common-js  which is disabled and it will not work.
> >
> >
> There is no downloadStream() function within guacamole-common-js. You are
> probably thinking of the web application.
>
> I want to add handler a new handler instead of using the *get *the same way
> > Guacamole uses for mouse, file, clipboard, get,put and others .
> >
> >
> Why?
>
> - Mike
>

Reply via email to