Unable to open .htm file in browser using SharePoint 2013 ?

On Share Point 2013 we had .htm file which was published under excel as shown below (File name t1.htm)
As the Icon is different from normal excel file.
My question is why the .htm file is opening in Excel when we access from SharePoint Web Interface ?
And when we use the option "Open in Explorer" it opens the .htm file in browser.
I need the publish .htm file needs to be open in Browser.
Thanks for reply.

Looking at this a little more closely, what happens is when you upload the Excel HTM file, a folder is also uploaded to the Library (but hidden outside of the WebDAV view). This folder would be named "t1_files" in your case. If this folder is present (which
it needs to be as t1.htm references files within it, including all of the sheets), then it will attempt to open with the client application because of the association within C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\TEMPLATE\XML\DOCICON.xml,
referring to the line:
<Mapping Key="Excel.Sheet" Value="ichtmxls.gif" EditText="Microsoft Excel" OpenControl="SharePoint.OpenDocuments" OpenApp="ms-excel" />
Removing this line will cause it to be treated as a standard HTM file, but I'm not sure how that will work out for your scenario.
The other option is to install and configure Office Web Apps 2013 on a separate server so you can display Office documents in the browser.
Trevor Seward
Follow or contact me at...
&nbsp&nbsp
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Similar Messages

  • Unable to open PDF file in browser using Reader 9 with IE8

    I just updated to IE8 and when trying to open a PDF file on the browser, I received a message stating to use Adobe Reader 8 or 9.  I downloaded AR9 and still receive the same message and cannot open PDF files in browser window.  It defaults to my Adobe Acrobat 6.0 which will not open the file.  I have Windows XP.  I do not have a problem opening a PDF file in Yahoo mail with AR9.  I have tried many different ideas on the web to no avail.  Appreciate any help to be able to default to open PDF files in the browser using AR9 which is apparently required by IE8.

    Fixed problem by taking to a computer store to find that my hard drive storage was maxed out.  I had the hard drive repaced with a larger amount of storage.   Problem resulted from inadequate amount of storage space which prevented me from downloading and installing Adobe Reader 9.
    Thanks to al that responded.  

  • Unable To Open PDF File In Browser

         I am unable to open a PDF file within my browser using Adobe Reader.  Whenever I attempt to open a PDF file, I get the following message:
    The Adobe Acrobat/Reader selected for viewing PDF documents in browsers cannot be found at its installed location, it may have been moved or deleted.
    Please reinstall or repair the application (15:524)
         I have ensured that Adobe Reader is set as my default program for opening PDF files, and have downloaded and installed the latest version of Adobe Reader.  I am running Windows 8 and Internet Explorer 10.
         I have attempted to contact Adobe Reader Support and was informed that the expected wait time was 3-5 minutes.  I have been holding for over an hour without any support.

    How about if you right click on the PDF and select Save Link As..., and then open it locally from within Reader? Does it work ok then?  That might be a workaround until the issue within the browser is resolved.
    Rob Jaworski
    Intl Program Manager

  • How to open pdf files in browser using flex

    hi,
    my project is having a Document explorer wchich contains pdf
    files,iwant to open it in the browser.can any one tell me how to
    open pdf documents using flex programming(i tried with different
    thing like swf's but my client wants only pdf formatt).

    Another option is by calling a JSP page. This example will
    open a pdf file into a new browser without displaying the download
    "save" prompt.
    Function to call the JSP:
    private function downloadFlyer(event:Event):void {
    var jspLink:URLRequest = new
    URLRequest("jsp/downloadpdf.jsp?fileName=Fundraiser_flyer_2008.pdf");
    navigateToURL( jspLink, "_blank" );
    JSP code:
    <%@ page errorPage="error.jsp" %>
    <%@ page import="java.io.*" %>
    <%
    //Get the parameters
    String downloadFileName=request.getParameter("fileName");
    String fileName = application.getRealPath("/downloads/" +
    downloadFileName);
    File file = new File(fileName);
    if (!file.exists()) {
    throw new IOException("File does not exist.");
    // Get the size of the file
    long length = file.length();
    // You cannot create an array using a long type.
    // It needs to be an int type.
    // Before converting to an int type, check
    // to ensure that file is not larger than Integer.MAX_VALUE.
    if (length > Integer.MAX_VALUE) {
    throw new IOException("File too big.");
    response.reset();
    response.resetBuffer();
    response.setContentType( "application/pdf" );
    response.setHeader ("Content-Disposition", "filename=" +
    downloadFileName);
    //Prevent the Java error: "getOutputStream() has already
    been called for this response"
    out.clear();
    out = pageContext.pushBody();
    InputStream in = new FileInputStream(file);
    OutputStream output = response.getOutputStream();
    try {
    int curByte=-1;
    while( (curByte=in.read()) !=-1){
    output.write(curByte);
    } catch (IOException ioe) {
    ioe.printStackTrace(System.out);
    } finally{
    output.flush();
    in.close();
    response.flushBuffer();
    %>

  • Unable to open Numbers file in iCloud using Numbers 2.3 (iWorks 09)

    Using my iMac (OS 10.8.5) and Numbers (2.3), I am unable to open a Numbers file built on my iPad2 (7.1.1) and stored on iCloud. I get an error message indicating that I need to upgrade Numbers on the iMac. The version available to download on the App Store is 3.2.2 and seems to require Maverick to run. i don't really want to spend the money on either, but will if I have to obviously. (DISLIKE). Are there other options? And will the upgrade also force me into iOS 8?
    Thanks in advance.

    Hi Reefkeeper,
    You will need Mavericks to use Numbers 3. I don't use iCloud right now but it seems some users are experiencing difficulties at the moment with the iOS 8 upgrade. To Use Numbers in iCloud you will need iCloud Drive which requires iOS 8 and Yosemite on the Mac. Yosemite is not out yet.
    I sync my Numbers files between my iPod and Mac using iTunes and file sharing. It is a little clunky but gets the job done. You can also email files.
    It has been said on these forums that Numbers 3 is a free upgrade- I can't remember. I don't do a lot of printing or find and replace and Numbrs 3 has suited me very well. It is said to be more applescript friendly and of course that whole cloud thing. '09 will still be on your computer.
    quinn

  • Error while opening .PDF files in document library sharepoint 2013

    Hi
    I am getting an error while opening a .pdf file,
    Please help me find the solution.
    Thanks
    Paru

    Launch IE -> Click on Gear (settings) -> Manage Add-ons -> Show: All Add-ons ->
    There are 2 Adobe Add-ons:
    Adobe PDF Reader  &  Adobe Acrobat Sharepoint Open Document
    Double-click both and be sure to click the button "ALLOW ON ALL SITES"
    (An * will appear in the field)
     http://crowdsupport.telstra.com.au/t5/T-Suite-Applications/There-was-an-error-opening-this-document-The-filename-directory/td-p/197425
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/ae2eea40-9fa6-46be-bca1-ac5eb5597d5e/sharepoint-2010-adobe-reader-error-opening-pdf-files?forum=sharepointgeneralprevious
    http://community.office365.com/en-us/f/154/t/46204.aspx?PageIndex=2
    disable the Mcafee Firewall Plug In.  This is after of course I ran superantispyware to remove some malware.  uninstalled and reinstalled the Adobe Reade
    https://forums.adobe.com/message/1776202?tstart=0

  • Unable to open PDF files from Fileserver Content Source using Browser

    The situation is this :
    A content source was created to search a fileserver
    Search facility finds the files using the browser
    Able to open MS Office files from the fileserver
    Able to open PDF files that are in the Sharepoint Portal
    Unable to open PDF files from the Fileserver
    Currently using Sharepoint 2010. PDF Filter is installed and configured on the Sharepoint Server
    Your assistance is always greatly appreciated.
    Have a great day.
    NRH

    Hello Nate,
    I have the necessary access to the folder.
    The content source addresses are
    \\172.25.136.53\KDrive\Home\Company\DAILYREP
    \\172.25.136.53\KDrive\Home\Company\TRINMAR
    \\172.25.136.53\KDrive\Process Safety Management
    NRH

  • I am unable to open raw files from my Canon T1i in Adobe Camera Raw of my version CS3 of Photoshop.  I have tried to update my ACR by downloading version 4.6 from the Adobe website but I am still unable to open raw files, just JPEG.  Is there a way to use

    I am unable to open raw files taken on my Canon Rebel T1i in my version of Photoshop CS3.  When I import raw files into Bridge they come up as patches with CR2 on them and when clicked on, a notice comes up stating that Photoshop does not recognize these files.  I tried to update my Adobe Camera Raw by downloading version 4.6 from the Adobe Website, but when I clicked on the plus-in, I got another message that Photoshop does not recognize this file.  I spoke with a representative from Canon who said that I could not update CS3 and that I should subscribe to the Cloud.  I would prefer to use my CS3, if possible.  Can anyone advise me what to do?

    The T1i was first supported by Camera Raw 5.4 which is only compatible with CS4 and later
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications
    Some options:
    Upgrade to CS6
    Join the Cloud
    Download the free Adobe DNG converter, convert all T1i Raw files to DNGs then edit the DNGs in CS3
    Camera raw, DNG | Adobe Photoshop CC

  • I am unable to open video files on this website.

    When I click on video links of the following website--http://tubtub.com/--I receive an error message that reads as follows:
    "File not found
    Firefox can't find the file at mms://TITLE.tubtub.com/.
    Check the file name for capitalization or other typing errors.
    Check to see if the file was moved, renamed or deleted.
    Try Again"
    I had initially seen a window that was named "Launch Application," which, seemingly, allowed one to choose an application by which to open the video links. I chose my VLC player to do this and checked a box to associate this "Launch application" window with the VLC player, but received an error message that VLC was unable to open the file that began with an "mms" URL. Then I was never able to get back to that "Launch application" window to select another application, such as Windows Media Player, Real Player, etc. I even tried uninstalling my Firefox browser and the VLC player and reinstalling them both, all to no avail.
    Please explain how I may get these video links to play and the "Launch Application" window to open again. I recall having used TubTub.com successfully before.
    Thank you.

    Hi mendcocr,
    Please see this document about configuring web browsers to display PDF files: http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html.
    Please let us know if you need additional help.
    Best,
    Sara

  • Unable to open excel file in office 2010 client.

    Greetings All,
    User is unable to opne excel file from a document libraryof sharepoint online. In advance settings of the document library I set files to be opened by Office client application. Because there was an issue to open the files in browser. So I decided to open
    the files in client application. I changed the settings in advacend settings in the document library so that user can open the files in client applicationtill users are facing issue. Below is the screen shot.
    user is having office 2010 and IE11 installed in his computer. Could you please help me how to get rid of this empty login screen?
    Kind Regards,
    Supriyo Manna

    Pagi Supriyo,
    Tools>Internet Options>Security tab, click "reset all zones to default"
    Trusted Sites Icon>Sites button...
    Does the user have your sharepoint site listed there? Do you use Group Policy to map it to the Trusted Sites list? Do you have
    http://microsoft.com listed(server versions of windows do)?
    MS Online services (or any https site) will work just as well if they are mapped to the internet zone.. try removing them from the Trusted Sites list.. There are IE security zone settings preventing navigation into a zone of lower integrity....
    If you require the site to be in your Trusted Sites list, then you need to add the following entries...
    *.Microsoft.com
    *.live.com
    *.outlook.com
    *.Microsoftonline.com
    (the * notation includes all subdomains)...so that all the services from msonline are in the same security zone.
    You may get better answers from a sharepoint support forum.
    Regards.
    Rob^_^

  • Unable to open PDF directly if user use Acrobat 8

    Unable to open PDF directly if user use Acrobat 8.
    We are facing some problems in our production site. When user click PDF icon, "FileDownload" windows pops up, but it only has "Save" or "Cancel" button, so user needs to download and save the file to open.
    I tested the following scenario using
    We have facing problem with this visions IE 6.0 – Acrobat 8.0 and IE7.0 – Acrobat 8.0.
    Mozilla 2.0 – acrobat 8.0 working fine. The pdf contents are embedding fine the browser window
    Does anyone have any experience with something of this nature?

    I must have missed the announcement - when did these forums change from Java language to IE/Adobe/Mozilla forums?

  • Unable to open movies in certain sites using Firefox 4, no problem with former versions

    As a almost daily visitor of the site Bigfun.be I got a crash every time I wanted to open a movie, since I started using Firefox 4.
    After some automatic updates, the crashes disappeared.
    But it's still unable to open movie files. There is a message which says that the file is being loaded, but it isn't.
    I've contacted the webmaster, he knows about the problem and suggested me to uninstall the version 4 and to go back to the 3.6 version.

    I went to that site and played a couple of movies without a problem. Cat & Budgie and Horse on the back seat of a car...lol.
    Have a look at your firewall logs. Is the firewall blocking '''plugin_container.exe''' by any chance? That utility is part of Firefox and acts like a kind of sandbox to isolate plugins which crash without crashing the whole browser. But it does need Internet access. Generally speaking, what often happens is the firewall throws up an alert to which the user doesn't respond. So the firewall 'assumes' it's a threat and blocks it.
    Can you go to this site: http://www.liveleak.com/ and click on any video. Is the player visible even if it doesn't play?

  • Cannot open folder files in browser window

    Since the last 5 or so firefox update, i notice i am unable to open folder
    files in the browser window on most of the websites i
    have been on. Therefore if i need to upload a file on a website
    when i click the open folder button on the website, i am
    not seeing the folder window open with all my files on my
    computer that i need to select. Instead i have to use another
    browser to do all my uploads, and that breaks my momentum.
    How can this be corrected?

    Hi hardworker2014,
    '''Try Firefox Safe Mode''' to see if the problem goes away. [[Troubleshoot Firefox issues using Safe Mode|Firefox Safe Mode]] is a troubleshooting mode that temporarily turns off hardware acceleration, resets some settings, and disables add-ons (extensions and themes).
    If Firefox is open, you can restart in Firefox Safe Mode from the Help menu:
    *In Firefox 29.0 and above, click the menu button [[Image:New Fx Menu]], click Help [[Image:Help-29]] and select ''Restart with Add-ons Disabled''.
    *In previous Firefox versions, click on the Firefox button at the top left of the Firefox window and click on ''Help'' (or click on ''Help'' in the Menu bar, if you don't have a Firefox button) then click on ''Restart with Add-ons Disabled''.
    If Firefox is not running, you can start Firefox in Safe Mode as follows:
    * On Windows: Hold the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac: Hold the '''option''' key while starting Firefox.
    * On Linux: Quit Firefox, go to your Terminal and run ''firefox -safe-mode'' <br>(you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    When the Firefox Safe Mode window appears, select "Start in Safe Mode".<br>
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, theme, or hardware acceleration. Please follow the steps in the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]] article to find the cause.
    ''To exit Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    When you figure out what's causing your issues, please let us know. It might help others with the same problem.

  • Unable to open adobe files?

    It seems that I can no longer open any adobe files or pdf's can canyone help.
    Tried free trial download but will not download

    What types of files are you calling "adobe files"
    To open pdf files you can use either Adobe Acrobat or Adobe Reader.  If you only need to read the pdf file then Reader is sufficiewnt. 
    If you are unable to download the trial, what free trial was this.  You could try using a different browser - some bnrowsers don't work well with download  links in the Adobe site

  • Unable to open mxml files since 4.7

    Ever since I upgraded to Flash builder 4.7 I have been unable to open mxml files for editing.
    These files in question are in an app that references a lot of other libs in the same project.
    .as files open fine.
    I get no error, it just hangs.
    I only updated today and now am unable to do any work. Anything I can turn off or do to get this thing working?

    I was having the same problem and was able to create a simple use case for reproducing.  I believe the Flash Builder is getting stuck in an infinite loop when components are structured in a specific way.
    For my example I created a new application and two components that extend group ParentGroup and ChildGroup.  The ParentGroup and ChildGroup each had a public member variable of type Object and had a [Bindable] metadata tag, name thing1 and thing2 respectively.
    1. I added a ParentGroup instance to the Application.
    2. I added a ChildGroup instance as a child element in the ParentGroup and set the thing2 property on the ChildGroup instance to the thing1 property of the ParentGroup.
    3. I added a ParentGroup instance as a child element in the ChildGroup and set the thing1 property of the ParentGroup instanct to the thing2 property of the ChildGroup.
    If I closed the project and then reopen it, I can no longer open any MXML files.  As soon as I comment out the setting of the thing1 property in the ChildGroup's ParentGroup instance all is well.
    Of course in practice this would never make sense, so I actually took it a step further and created a SampleVO object that had an ancestor member variable of type SampleVO.  This simulates a simple parent child relationship.  I updated the Object member variables thing1 and thing2 to be SampleVO objects instead.  I also updated the thing1 attribute that was getting set in ChildGroup's ParentGroup to be thing2.ancestor.  This is a bit more realistic as it is something we actually do in our real project.
    I am going to attach the FXP to https://bugs.adobe.com/jira/browse/FB-35854
    Keegan
    EDIT: The Jira system seems to no longer be relevant with the move to Apache Flex.  Here is a link to my sample project: http://dl.dropbox.com/u/4584717/MyTest.fxp

Maybe you are looking for

  • How to add one able beside "Go" button in OVS

    Hi all:     Can I add one lable/text beside "Go" button in OVS ?     Thanks a lot.

  • A Problem Using Brushes

    I've been using AP3 since the beginning but had never tried to use all of the brushes until yesterday. All of the Quick Brushes have worked without problem but now trying to use brushes with highlights/shadows, enhance, curves blocks Ap3 freezes and

  • Problem solved, when u call someone and they cant hear u and when u only can hear them

    hey i had the same problem, look and i fixed it just slightly tighten the 2 screws on the bottom of the phone with the tip of the knife or a small screw driver!! and now my phone works perfectly guys it really worked trust me

  • Availability monitoring using CCMSPING..

    Hai, Iam facing problem in Availability monitoring using CCMSPING. CCMSPING is installed on CEN system which is a SOLUTION MANAGER system with SAP_BASIS - Release 702 and Level - 0002. (SAP EHP 1 for SAP NetWeaver 7.0) We have 4 Production systems in

  • Can we require login (creating an account) to make a purchase?

    We are setting up our store and want everyone to make an account in order to make a purchase. It's a closed system (for one company) and we want them in the CRM for support and tracking or issues, etc. Is there a setting somewhere to require this?