HTML 5 Client File Upload without File Download

Help us improve our product. Feature requests are welcomed!
Post Reply
Robert
Posts: 20
Joined: Fri Mar 07, 2014 9:27 pm

HTML 5 Client File Upload without File Download

Post by Robert » Fri Aug 29, 2014 6:31 pm

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.

Robert
Posts: 20
Joined: Fri Mar 07, 2014 9:27 pm

Re: HTML 5 Client File Upload without File Download

Post by Robert » Thu Oct 16, 2014 2:42 pm

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.

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: HTML 5 Client File Upload without File Download

Post by admin » Thu Oct 16, 2014 5:24 pm

Hello,

I have addressed your requests to our dev team. We should hear from them soon.
Olivier
TSplus support team administrator
Image

jkuijt
Posts: 114
Joined: Sat Jan 04, 2014 1:41 pm

Re: HTML 5 Client File Upload without File Download

Post by jkuijt » Thu Oct 16, 2014 7:02 pm

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

Post Reply