Page 1 of 1

HTML 5 Client File Upload without File Download

Posted: Fri Aug 29, 2014 6:31 pm
by Robert
You have a great product, however there are a number enhancements we would like to see in the HTML 5 client. Our number one request is that the HTML 5 client can have File Upload capabilities without the File Download capability. The File Download button opens a Windows file selection dialog on the server, which will allow the user to download files that the our programs need access to, however the user should not be able to download. We know through User Group Policies, we can restrict much of what the user can do in the Windows file selection dialog, however we cannot completely stop the file download.
Ideally we would like to hide any icon on the HTML 5 tool bar that we do not wish our users to use.

Re: HTML 5 Client File Upload without File Download

Posted: Thu Oct 16, 2014 2:42 pm
by Robert
Unfortunately this request was not addressed in version 7.70.
We love to able to control which Icons appear on the HTML 5 client drop down menu.
Comments from TSplus Administrators on this request would be appreciated.
Thanks again for a great product.

Re: HTML 5 Client File Upload without File Download

Posted: Thu Oct 16, 2014 5:24 pm
by admin
Hello,

I have addressed your requests to our dev team. We should hear from them soon.

Re: HTML 5 Client File Upload without File Download

Posted: Thu Oct 16, 2014 7:02 pm
by jkuijt
Robert wrote:Ideally we would like to hide any icon on the HTML 5 tool bar that we do not wish our users to use.
Please look at these settings in settings.js, see C:\Program Files (x86)\TSplus\Clients\www\software:

Code: Select all

filehtmluploadbutton = "no"; //no, all, pc, mobile, ios - is also fast access upload button for quick file upload to rdp session 

filerdpuploadbutton = "no"; //no, all, pc, mobile, ios - is also rdp session side upload to users browser 
Perhaps you can use this?

Best regards
Jeffrey