0
votes
1answer
19 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
101 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
3answers
102 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
2answers
43 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 …
2
votes
3answers
48 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
25 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
1answer
14 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 …
0
votes
2answers
34 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' …
0
votes
1answer
34 views
Deploy 3 ContentTypes using 1 Feature - Only 2 gets deployed.
Hello.
I have a feature which has following manifest file that defines multiple content types:
<?xml version="1.0" encoding="utf-8" ?>
<Elements xmlns="http://schemas.mi …
0
votes
1answer
24 views
How to get ContentType for file in ASP.NET MVC when using File Action Method
Hi there,
Attempting to use asp.net mvc's Action Result of File.
So it would seem that I have to specify a ContentType for the file to be sent to the browser. Currently there is …
0
votes
0answers
20 views
Drupal6: Content Access Permissions can’t be rebuilt
I created a new content type, so it wants me to rebuild content permissions. I clicked the link to do so. It progressed through but seemed to get hung up towards the end. It stayed …
1
vote
3answers
41 views
Is there a way to filter unsupported formats in the routes file?
I have a Rails app that's getting hit by ScanAlert calling /login.php, but the app is throwing a 500. I'd like to filter any format that's not supported by my site, and 404 instead …
0
votes
0answers
20 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 …
4
votes
1answer
42 views
Content-Type and Representations
What is the common convention for supporting multiple representation (e.g. html, json, xml) for resources (e.g. blog, user) in django?
First, I don't know how I should format my u …
0
votes
1answer
29 views
Preserving content-type when posting a file from iPhone to Rails
I am posting a .zip file from the iPhone to a Rails server using an NSURLRequest. The problem is that the content-type of the zip file is lost in-transit. When I upload the same zi …
