burgemaster Posted May 9, 2013 Posted May 9, 2013 Hi, We are looking to move to chrome but ion testing one of the features we need and use in IE is when we click a link (mainly intranet, e.g. "X:\Wordfile.docx") IE brings up the option to open, save or cancel. So far I have only seen that Chrome can just Save it THEN open it from that new saved location. We need to have "Open" so that if any changes are made and then the document is saved it updates its original location. Has anyone seen this option somewhere please have had a good look anbd google! Thanks in advance
Arthur Posted May 9, 2013 Posted May 9, 2013 (edited) So far I have only seen that Chrome can just Save it THEN open it from that new saved location. If you want .docx files to open automatically as soon as they are downloaded, try adding the following setting to your master_preferences file. { "homepage": "http://www.google.co.uk", "download": { "directory_upgrade": true, "[color="#FF0000"]extensions_to_open[/color]": "docx", "prompt_for_download": false } } This is equivalent to selecting the 'Always open files of this type' option for .docx files in your download bar. http://i.imgur.com/wnhkJVj.png Edited May 9, 2013 by Arthur 1
burgemaster Posted May 9, 2013 Author Posted May 9, 2013 Thanks arthur... Sometimes (probably most of the time) they will need to save normally. Its just when using the intranet and Worcestershires Gateway site that they need to OPEN and edit directly then save... Are you sure that this doesnt download it first then automaticaly open it from that new saved location? If not this would be great if i could set it automatically open from certain websites? i.e. the 2 listed above.
Arthur Posted May 9, 2013 Posted May 9, 2013 It's just when using the intranet and Worcestershires Gateway site that they need to OPEN and edit directly then save. Do both of those sites rely on an Internet Explorer plug-in to upload the documents directly after saving? Are you sure that this doesn't download it first then automatically open it from that new saved location? Actually that is what would happen. Sorry. I'm not sure if this is an option, but Google make a Chrome extension called Legacy Browser Support that can force just the two sites you mentioned above to open in Internet Explorer. Should you need it, the CRX file for this extension can be download from here (right-click, Save Link As).
Sheridan Posted May 10, 2013 Posted May 10, 2013 Thats one of the reasons we've held off using chrome. Our intranet uses a lot of links like file://server/path/file.ext and they just don't work at all in chrome. bl--dy nuisance as anything these days seems to require IE9+ and we're stuck on IE8 because we have a lot of XP machines that won't get upgraded for a year or so!
Arthur Posted May 10, 2013 Posted May 10, 2013 That's one of the reasons we've held off using Chrome. Did you try adding the switch below to your shortcut? "%ProgramFiles%\Google\Chrome\Application\chrome.exe" [color="#FF0000"]--allow-file-access-from-files[/color]
Sheridan Posted May 13, 2013 Posted May 13, 2013 Did you try adding the switch below to your shortcut? "%ProgramFiles%\Google\Chrome\Application\chrome.exe" [color="#FF0000"]--allow-file-access-from-files[/color] I tried that, and clicking a file:// type of link still does nothing. Either we stick with IE or change the intranet!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now