0
votes
0answers
2 views
Opening of the spWeb.ContentTypes gives SOAP Exception 0x80004004
Hi everybody!
I have the code which going through the sharepoint contenttypes and changes needed field display names. On my local server everything works fine, but on the client s …
3
votes
1answer
38 views
SharePoint Multiple New Item Forms
I've got a custom list with a custom content type. I'm aware that when you create a new item you can see a drop down for the different content types on that list which I assume all …
0
votes
2answers
26 views
Downloading pictures/Word documents using ASP.NET
If I put the following code:
Response.ContentType = "image/jpeg"
Response.AppendHeader("Content-Disposition", "attachment; filename=capitol.jpg")
Response.WriteFile(Ma …
1
vote
2answers
34 views
Detecting custom folder content types in MOSS2007
Given an SPListItem representing a folder, I need to find out whether it has the builtin folder content type, or a custom folder content type (with additional fields).
Here is wha …
1
vote
1answer
31 views
Limit the number of available/visible Content Types in document libraries
Users seems to have a hard time picking the right document template when the "New" list contains a lot of items.
Rather then displaying 50 items in the "new" dropdown list I am lo …
0
votes
2answers
91 views
Internet Explorer blocked file download; file of “Unknown File Type”
I'm developing a front-end to a Rails application. In cross-browser testing, I immediately discovered that Internet Explorer (apparently all modern versions, but at least IE 7 and …
0
votes
1answer
29 views
Sharepoint - One feature that creates more than one content type?
Is it possible to create more than just 1 content type with just one feature in Sharepoint?
I've a got a project where a couple of content types inherits from another one and I ha …
0
votes
5answers
128 views
In C#, how can I know the file type from a byte[]?
Hi!
I have a byte array filled from a file uploaded. But, in another part of the code, I need to know this file type uploaded from the byte[] so I can render the correct content-t …
0
votes
1answer
44 views
Flex: Download file & close new window/tab in IE
Hello everybody,
I'm getting an anoying problem in IE6.02 when trying to download a file through flex + struts action, the browser opens a new window and doesn't close it after th …
2
votes
3answers
56 views
is there a way to generate a Content-Type header from a file extension in Java?
I have a Java application which sometimes has to generate a Content-Type header from a filename alone. Is there a way to estimate the Content-Type for common extensions? (e.g. ".pd …
2
votes
1answer
33 views
Is Content-Type meta tag important if responce headers include content-type?
At the moment we set content-type in our responce headers, a bit like this...
Content-Type text/html; charset=utf-8
We also have this at the top of html pages...
<!DOCTYP …
0
votes
2answers
55 views
How to know the ContentTypeId of a content type made with the Sharepoint interface?
I am working on a workflow in VS which creates a task with content type.
The content type I want to use is a custom content type made with the SharePoint interface.
Is there a wa …
0
votes
3answers
189 views
File extensions and MIME Types in .NET
I want to get a MIME Content-Type from a given extension (preferably without accessing the physical file). I have seen some questions about this and the methods described to perfor …
0
votes
0answers
32 views
Why http post parameter dissapears after Content-Type changed?
I'm making an http post to an url.
When using WebClient or WebRequest it all works fine, unless I change the WebRequest.ContentType propertie.
What I'm missing here?
As suggeste …
0
votes
2answers
59 views
How to set WebClient Content-Type Header?
To conect to a third party service I need to make a Https Post. One of the requisites set is to sent a custom content type.
I'm using WebClient, but I can't find how to set it. I' …
