How to force open links in Chrome not download them?

Google ChromeBrowser

Google Chrome Problem Overview


I want to open a link that is .psd format with Photoshop when clicked in Google Chrome like Firefox that asks me to open or download the file. But Google Chrome downloads the file automatically. How can I force to open the links in Chrome without downloading? The links are for local files.

Google Chrome Solutions


Solution 1 - Google Chrome

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.

Now the file type will always OPEN using your default program.

To reset this feature, go to Settings / Advance Settings and under the "Download.." section, there's a button to reset 'all' Auto Downloads

Hope this helps.. :-)

Visual Instructions found here:

http://www.presentermedia.com/blog/2013/10/my-file-automatically-opens-instead-of-saving-with-chrome/

Solution 2 - Google Chrome

Great question.

It can be achieved via an extension:

Solution 3 - Google Chrome

Google, as of now, cannot open w/out saving. As a workaround, I use IE Tab from the Chrome Store. It is an extension that runs IE - which does allow opening w/ out saving- inside of the Chrome browser application.

Not the best solution, but it's an effective "patch" for now.

Solution 4 - Google Chrome

Just found your question whilst trying to solve another problem I'm having, you will find that currently Google isn't able to perform a temporary download so therefore you have to download instead.

See: http://productforums.google.com/forum/#!topic/chrome/Drge_Zrwg-c

Solution 5 - Google Chrome

I think the question was about to open a local file directly instead of downloading a local file to the download folder and open the file in the download folder, which seems not possible in Chrome, except some add-on mentioned above.

My workaround would be to right click -> Copy the link location Windows + R and paste the link there and Enter It will go to the file directly.

Solution 6 - Google Chrome

To open docs automatically in Chrome without them being saved;

  1. Go to the the three vertical dots on your top far right corner in Chrome.

  2. Scroll down to Settings and click.

  3. Scroll down to Show advance settings...

  4. Scroll down to Downloads under Download location: click the Change button and chose tmp folder. Then just close the screen.

  5. Click on any attachments and a small box to the left will appear, it should automatically open if you click on it.

  6. When the bottom left box appears it will contain an arrow; click on it and choose the option "Always open files of this type". Going forward it will open the file instantly instead of the small box appearing to the left and you having to click on it to open. You will have to do it just once for various files such PDF, Excel 2010, Excel 2013 Word, ect.

Solution 7 - Google Chrome

The response from Backend side may returns application/octet-stream instead of application/json. So it forces to download file.

Contact with backend team to check that.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
Questionuser1447420View Question on Stackoverflow
Solution 1 - Google ChromeDanny BView Answer on Stackoverflow
Solution 2 - Google ChromeboardtcView Answer on Stackoverflow
Solution 3 - Google ChromeRickyView Answer on Stackoverflow
Solution 4 - Google ChrometalegnaView Answer on Stackoverflow
Solution 5 - Google ChromeGuestView Answer on Stackoverflow
Solution 6 - Google Chromeuser7890317View Answer on Stackoverflow
Solution 7 - Google ChromeHuy NguyenView Answer on Stackoverflow