Top "Content-type" questions

The Content-Type entity-header field indicates the media type of the entity-body sent to the recipient or, in the case of the HEAD method, the media type that would have been sent had the request been a GET.

Add a lookup field to a content type in sharepoint

How can I add a lookup field to a content type in sharepoint using the xml definition? (I'm getting errors). …

sharepoint content-type lookup-field
Django - Get ContentType model by model name (Generic Relations)

I'm thinking about this for a while now, I'm creating a chat application, in chat.models a class Room is …

python django content-type
Is there an enum for the ContentType property on a HttpWebResponse ("text/plain", "application/octet-stream" etc.)?

The closest thing I could find was System.Net.Mime.MediaTypeNames but that doesn't seem to have everything (like json) …

content-type mime-types httpwebresponse
Quickest way to get content type

I need to chech for the content type (if it's image, audio or video) of an url which has been …

java url content-type
Amazon S3 is not serving files correctly

I made this site for my friend and I uploaded it to an Amazon S3 bucket (http://ballard26.s3.amazonaws.…

amazon-s3 amazon-web-services content-type bucket
Uploading blockblob and setting contenttype

I'm using Microsoft.WindowsAzure.Storage.* library from C#. This is how I'm uploading things to storage: // Store in storage CloudStorageAccount …

c# azure azure-storage content-type azure-storage-blobs
Is there any disadvantage of using: text/plain; charset="UTF-8"

My web server serves content that is in 95% of the time just simple ascii. However in some rare cases, the …

http utf-8 http-headers ascii content-type
Jquery ignores encoding ISO-8859-1

I have a website which apperently removes the correct encoding (ISO-8859-1) from a string and sends it wrong. I …

javascript jquery character-encoding content-type iso-8859-1
C# Get file extension by content type

How can I get file extension by content type ? Example I know that file is "text/css" so extension will …

c# content-type
What's the difference between mediatype, contenttype and mimetype?

Is there a difference between mimetype, contenttype and mediatype? (Java's JAX-RS MediaType). From the wikipedia article i gathered that it's …

http web mime-types content-type