Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch file:// from Firefox or Chrome

I am looking for a way to launch a file located on our local file network for use via our local intranet using Firefox or Chrome.

The link works well in IE:

<a href="\\Start\Of\My\Network\file.xlsx">View Report</a>&nbsp;

but in Firefox it shows:

<a href="http://mydomain.com/\\Start\Of\My\Network\file.xlsx">View Report</a>&nbsp;

is there a way to get the link to render properly?...Just a simple click from a href tag.

like image 673
JuniorFlip Avatar asked Sep 03 '09 17:09

JuniorFlip


People also ask

How do I force a file to open in browser instead of downloading Firefox?

Click on the '''Downloads''' icon in the toolbar (it should automatically open when you download a file). 2. Right-click on the file and enable '''Always Open Similar Files''' 3. Go to '''Settings''', and scroll down to the ''Applications'' section 4.

How do I open a file directly in Firefox?

If you were looking for a menu option, you can find it by clicking the Firefox button in the top left corner, then New Tab, then Open File. If the menu bar is displayed instead of the Firefox button, click the File menu, then Open File.

How do I make a file open in browser instead of downloading?

To make certain file types OPEN on your computer, instead of Chrome Downloading... You have to download the file type once, then right after that download, look at the status bar at the bottom of the browser. Click the arrow next to that file and choose "always open files of this type". DONE.


1 Answers

For Chrome, a new extension was just posted today! It's called LocalLinks and it replicates the functionality of the locallink add-on for Firefox! You'll find it on the Google Extensions page, or you can get to it directly here:

https://chrome.google.com/extensions/detail/jllpkdkcdjndhggodimiphkghogcpida

Enjoy!

like image 60
Jim Hendry Avatar answered Nov 08 '22 00:11

Jim Hendry