Drive Redirection and HTML5

Get help with troubleshooting issues
Post Reply
MichaelH
Posts: 49
Joined: Tue Jan 29, 2013 10:24 am

Drive Redirection and HTML5

Post by MichaelH » Tue Feb 12, 2013 1:30 pm

Hi

If we log on to an App on our server either through a generated client or the Java log on via an internet browser all of the local computers drives are visable but if we log on by our preferred HTML5 log on the local PCs drive are not visible and we cannot save to them.

Do we need to ammend anything in the HTML5 html index document?

Thanks

M

MichaelH
Posts: 49
Joined: Tue Jan 29, 2013 10:24 am

Re: Drive Redirection and HTML5

Post by MichaelH » Thu Feb 14, 2013 10:11 am

I found this on the Web

"For security reasons, the HTML5 Filesystem API does not allow applications to write ... folders on the user's hard drive"

Can anyone confirm that when using the HTML5 logon pages on a PC that this is correct and your local hardrives cannot be seen in My Computer.

Thanks

Michael

MichaelH
Posts: 49
Joined: Tue Jan 29, 2013 10:24 am

Re: Drive Redirection and HTML5

Post by MichaelH » Tue Feb 19, 2013 1:19 pm

Question has been answered, thanks John.

Hello,
The answer to this question is an easy one in fact.
It is not technically possibly to map local drives when using HTML5 because HTML5 is a pure HTML technology AND the W3C strictly
prohibit any web page to be able to inter-act with the user local disk drives or local devices.
If you want to do a web access with the local disk drives accesses you must use:
- Outside web browser
OR
- Java client (where you even can set the use of Windows ActiveX. If you set this option in javacannect.html, you will get all local device mapping
but it will be requested to use IE on a Windows PC)

Kind regards

John Davies

Post Reply