About 331,000 results
Open links in new tab
  1. Setting mime type for excel document - Stack Overflow

    Jun 10, 2009 · Also, we use file streaming in our application to display document (not just excel - any type of document). In doing so, how can we retain the filename if the user opts to save the file - …

  2. Proper MIME media type for PDF files - Stack Overflow

    Dec 14, 2015 · The standard Media Type (formerly known as MIME types) is application/pdf. The assignment is defined in RFC 3778, The application/pdf Media Type, referenced from the Media …

  3. post - What are the differences between application/json and ...

    "application/json" Content-Type is one of the Preflighted requests. Now, if the request isn't simple request, the browser automatically sends a HTTP request before the original one by OPTIONS …

  4. Which JSON content type do I use? - Stack Overflow

    JSON is a domain-specific language (DSL) and a data format independent of JavaScript, and as such has its own MIME type, application/json. Respect for MIME types is of course client driven, so …

  5. What is a correct MIME type for .docx, .pptx, etc.?

    What MIME type should I use for new .docx documents? Also, for pptx and xlsx documents? excel ms-word ms-office powerpoint mime-types edited Feb 11, 2021 at 20:43 Peter Mortensen …

  6. What does "Content-type: application/json; charset=utf-8" really mean?

    Feb 13, 2012 · Content-type: application/json; charset=utf-8 designates the content to be in JSON format, encoded in the UTF-8 character encoding. Designating the encoding is somewhat redundant …

  7. What is the (file) format of iOS/iPhone apps? - Stack Overflow

    Dec 7, 2016 · 10 .ipa file extension is used for Apple iOS application file and .ipsw file extension is used for iPhone, iPad or iPod Touch iOS software firmware update file.

  8. What MIME type should I use for CSV? - Stack Overflow

    Aug 16, 2011 · I've seen application/csv used and also text/csv. Is there a difference? Does it matter which as long as the request matches something that's available? Are they interchangeable?

  9. application/x-www-form-urlencoded or multipart/form-data?

    Oct 24, 2010 · For API I use application/xml|json. multipart/form-data is a bell in thinking of attachements (inside response body several data-sections are concattenated with a defined boundary string).

  10. http - Do I need Content-Type: application/octet-stream for file ...

    But I would have thought that Content-Type would be application/pdf, image/png, etc. Should I have Content-Type: application/octet-stream if I want browsers to download the file?