Hi Team, I am using the latest guacamole and I am trying to upload the file which always fails.
clipboard is disabled. Below are my observations: 1. When I try to upload the file, the clipboard event also gets triggered which is disabled. 2. Guacamole javascript create a stream to send the clipboard data and end the clipboard stream 3. That stream is now pushed to the pool array as it is freed. 4. Now Guacamole javascript creates another stream to upload the file and get the stream of the clipboard as we have used the pool if it is not empty. 5. Now, on the upload stream, I receive the data that the clipboard is not supported which has to get the data for file upload, and hence file upload fails. If clipboard is enabled. everything works fine. Thanks and Regards, Amarjeet Singh
