Tagged Questions
0
votes
2answers
288 views
SharePoint 2010: Unable to open .mht files in browser. Prompts to save .mht to disk
I have a SharePoint 2010 environment where I am unable to open .mht files in my browser. Every time reference the .mht file using a page viewer web part or a content editor web part (with iframe) I am ...
0
votes
2answers
79 views
Search Scope returning aspx pages
I have 40 document libraries. I dont want to add exclusion for each document library to exclude "http://pop.abc.com/sc/doclib1/Forms".
I tried adding fileextension = aspx exclude and that does not ...
0
votes
0answers
905 views
Copy file using javascript client object model - new version
I have a solution that adds a custom button to the ribbon in SharePoint 2010 and am using the javascript client object model behind the scenes to copy a file from Library A to Library B when the ...
3
votes
1answer
2k views
Error when deploying module with GhostableInLibrary files
Here is the module which I want to deploy on the server and the files which should be shown in the Style Library, when deploying them without type ghostale in library,
all go good and well, no errors, ...
1
vote
1answer
210 views
SharePoint file gets stored in external filesystem: manually update file location?
Suppose I have a Sharepoint Document Library that's read-only. I'm planning on writing a custom solution that will enable users to copy a file to remote file storage. How do I change the file to refer ...
1
vote
2answers
495 views
SharePoint 2010: Saving file to local folder: Access Denied
in SharePoint 2010, I created a DLL that I deploy to the GAC. From this assembly, I try to save a file then access the file I just saved in a temporary location, such as C:\temp. Everytime I try to do ...