.Las files or not opening in Sharepoint document library
-
Friday, February 24, 2012 11:14 AM
Hi,
I am having a file with the extension .LAS(its a graphical data which will opens in the mode of graph with the help of 3rd party tool scramburg).In my local system iam having that software to open .LAS file.If i click on file in document library that was not opening with the software i already having in my system .Should we require any configuaration in sharepoint to map the software.
So please help me on this.Thanks in advance
All Replies
-
Friday, February 24, 2012 12:10 PM
Hello,
I know you have to add the mime type to be allowed for the web application for pdf documents and assume the same would need to be done for your .las files but it doesn't appear to have any associated mime type according to the following document:
http://technet.microsoft.com/en-us/library/bb742440.aspx
You could try the following but I'm not sure if it would work:
$webapp = Get-SPWebApplication http://nameofsharepointwebapp.com
$webapp.AllowedInlineDownloadedMimeTypes.Add("application/las")
$webapp.Update()You could also try switching the Browser File Handling option from Strict to Permissive under the General Settings for that web application in Central Admin.
Hope this helps!
-Chopps
- Proposed As Answer by JimmyChopps Friday, February 24, 2012 12:11 PM
-
Friday, February 24, 2012 12:24 PM
Thanks jimmy...
but my question is if some one clicks on .las document it should be open in recognized format(like graph with localy installed software).Should this possible ? becoz for pdf we are doing this but why not for .las is my question.
suggest me how can i do this.
-
Friday, February 24, 2012 3:46 PM
Unfortunately, without a mime-type for the .las file I'm afraid there would not be a way to open the file directly from the document library (at least not that I'm aware of). The mime-type basically enables the web server to tell the browser the type of information that is associated with the file so it knows how to handle it.
You could try configuring the file associations within Internet Explorer but I'm not quite sure if that would work either. Your best bet is to contact the vendor of that application and find out if there is an available Mime-Type for the .las file extension.
- Marked As Answer by Seven M Friday, March 02, 2012 3:22 AM
-
Monday, February 27, 2012 4:26 AMThanks for your valueble suggestion. so let me know if is there is any mime type for the .las file from the provider.
- Marked As Answer by poornachandra.sadhu Thursday, March 22, 2012 7:03 AM
- Unmarked As Answer by poornachandra.sadhu Tuesday, May 01, 2012 9:10 AM
-
Tuesday, May 01, 2012 9:16 AM
Thanks for your valueble suggestion. so let me know if is there is any mime type for the .las file from the provider.
Hello Every one below is the answer for my question....
If any extension which was not register in our sharepoint that can configure.
1.For example .DWP,.LAS extension should require MIME Type then we can able to access or open document files directly with respective software in sharepoint.Please fallow the below link that guide you, how to add MIME Types
How do I add a new file extension / MIME type?
http://www.hosting.com/support/dedicated/iis/newmime
2.Some Diffault MIME types and there extensions
http://www.hosting.com/support/dedicated/iis/mimetypes/
poornachandra.sadhu
- Edited by poornachandra.sadhu Tuesday, May 01, 2012 9:17 AM
- Marked As Answer by poornachandra.sadhu Tuesday, May 01, 2012 9:17 AM

