Link to home
Start Free TrialLog in
Avatar of pambrose1
pambrose1

asked on

Access files on C Drive from IE8

I have an internal application where I read the contents of the desktop and present list to user, who can then click on a link to that file.

Problem is that only files that are on the network are launched, not those on the C drive.

I know that this is a security setting in IE but can't find it ...

I also understand the security risks, but this is a trusted site.

Peter
Avatar of tskelly082598
tskelly082598

typing in  C: opens on my computer with no security setting changes.

It displays file:///c:/
Perhaps this option you're looking for: IE Tools --> Internet Options --> Advanced --> Security --> Allow active content
to run in files on My Computer

Anyway to open a local file, just put "file:///" before the path of the file you want to open, without no security setting changes, as said tkelly.

Example: "file:///C:/document.txt"

Hope this help
Avatar of pambrose1

ASKER

Hmmm ... seems to ring a bell ... changed the security setting, but still, when I click on the link, nothing happens  ...

I can read the contents, so looks like I have access to read, but it's the click that fails
Screenshot showing filelist but no clicking works!
untitled.JPG
So probably the error is in 'application that builds links to local files on your desktop. You can see the HTML source to find links that generates by the application?
Nope - it works absolutely fine with files located on the windows server - just those on the local machine-  I've seen this before but can't remember how to fix it...
Have had a look at this - the iexplore.exe in the registry is already set to 1 so don't think that's the problem - its a security setting in IE I seem to recall...
Its seems that internet explorer is not the problem if the site is added to trusted sites then IE is not the problem. This application shows the files but clicking them does nothing. So its either the apllication or the rights on the files. Please make sure the rights have been set appropriate. Maybe compare them with the rights on the server. Cause they work on the server the same settings might fix the problem on the local level. If its not that it must be the application.
ASKER CERTIFIED SOLUTION
Avatar of pambrose1
pambrose1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial