A MIME type after MIME (Multipurpose Internet Mail Extensions) is a two-part identifier for file formats on the Internet.
0
votes
0answers
10 views
Which MIME Type should I provide for Intent.ACTION_GET_CONTENT when picking a custom binary file?
I am currently developing an Android app which has the ability of importing database files an replace the current database file (like in a backup). Nowadays the file is a SQLite3 file but may change ...
0
votes
0answers
7 views
Link application with contact
Is it possible to link some application with contact?
I have tried this tutorial - http://www.c99.org/2010/01/23/writing-an-android-sync-provider-part-2/ but seems this isn't what i'm seeking.
If i ...
0
votes
0answers
2 views
Unknown mimetype MFMailComposerViewController
In my application a document file is downloading from the server and it is attaching to the MFMailcomposeViewOntroller but the document may be .pdf/.doc/.docx/.txt/.excel etc
my problem is how to set ...
1
vote
2answers
42 views
Redirecting everything to index.php and stripping last slash
i currently have the code below to redirect all requests (except files) to the index.php unfortunately i cannot get my script to work because of some strange mime type error happening when my url ends ...
1
vote
0answers
21 views
How to remove this dialog window when submitting the form in Opera browser?
Using Opera Browser (for 64-bit linux / ubuntu). Why when i click submit it pops up a download option dialog, like shown in the screenshot. I tested it in Chromium/Google Chrome/Firefox/Midori/Arora ...
0
votes
1answer
16 views
Alternative to finfo(FILEINFO_MIME)->buffer() in Linux command line
Instead of using finfo on files to retrieve the content-type you can execute a command in linux
if(PHP_OS == 'WINNT'){
$finfo = new finfo(FILEINFO_MIME);
$content_type = ...
-2
votes
0answers
22 views
Interpret PHP within CSS, keeping default (text/css) MIME-type [duplicate]
I have to generate custom CSS from DB using PHP. By default my AMP was not configured to parse CSS by the PHP interpreter, so I edited the following line in httpd.conf:
AddType ...
0
votes
0answers
9 views
How to setup MIME type on a server
I want to add MIME Types on my server, its is a .net 4.0 supporting shared server.
I am facing a problem with playing .mp4 files on my webserver. Please help me if anyone can..
0
votes
1answer
16 views
How to add ts(Transport Stream) on web.xml(Server) as a MIME TYPE
I am using Spring mvc project and Tomcat 7.0.
In some reason, I want add new MIME TYPE to my web.xml.
new MIME TYPE is .ts(Transport stream file, not TypeScript).
So the idea was duplicate every ...
1
vote
2answers
22 views
Ensure mime-type is set correctly in Subversion when missing as a property?
We have currently the problem that a lot of files stored in Subversion are missing the mime-type. Depending on the browser you are using, when surfing a Subversion directory and clicking on a link, ...
1
vote
2answers
27 views
HTML do I need a mime type for the link tag?
David crockford recommends ommitting the type="application/javascript" attribute for the script tag. Should I do the same for a CSS link tag (omit "type=text/css")? I googled "html link omit mime ...
-1
votes
0answers
20 views
Integration of PDF files in Android [closed]
Can anyone help me out ??
I have to convert Any Text file or other MIME type into Pdf file i.e Read
from the file and Write to a file .I am not able to get any solution regarding this .
Any help will ...
0
votes
0answers
24 views
detecting support for mime types
Which of these javascript techniques would result in the most successful audio plays:
a) set mime type and source of the audio file based on the browser and its published documentation and ...
0
votes
2answers
53 views
MP4 file not playing in firefox - whats a good video alternative?
I cannot get my mp4 video to play in Firefox - it simply says " No video with supported format and MIME type found". Here's my HTML...
<video poster="images/video.png" width="100%" controls ...
2
votes
1answer
61 views
What content-type does dropbox (file put) api uses? and How to mimic it?
I was reading the files_put documentation for the Dropbox API.
The URL Path they use is: https://api-content.dropbox.com/1/files_put/<root>/<path>?param=val and request body holds the ...
1
vote
1answer
47 views
How to check whether a MIME type is of JPG, PNG, BMP or GIF?
I have written this code:
$filename = "some/path/where/the/file/can/be/found.some_extension";
$buffer = file_get_contents($filename);
$finfo = new finfo(FILEINFO_MIME_TYPE);
...
0
votes
1answer
22 views
withFormat closure is not sending response based on ACCEPT header
I'm trying the withFormat closure in grails. I've got the following in my action:
if (myInstance.save(flush: true)) {
withFormat {
html {redirect(action: "list") }
...
-1
votes
0answers
34 views
PHP Excel output gives “The file format and extensions don't match”
I am making a phone book and now I am trying to export it to excel and then download it to the user. I am almost finished and I can open the excel file, but I get the "The file format and extensions ...
0
votes
0answers
31 views
Do mime type intent filters work on HTTP URLs?
There is a lot of example code about that uses an IntentFilter with a scheme of "http" and the mimeType set. See the answers to Handling MIME type that is the result of a browser POST in Android, ...
0
votes
0answers
11 views
how to convert this uri file://mnt/ to this uri content://media
I posted a similar question, but I have not received an answer that solves the problem.
convert url from sdcard to content uri
i need simple code that convert this format:
...
2
votes
0answers
90 views
declaring mime type for a “custom file” that is to be sent via bluetooth
I really need help in solving this issue:
I am developing an application to transfer a file from my application to other phone using Blue-tooth. When I wanted to transfer an image file, the part of ...
0
votes
2answers
69 views
PHP header issue
I have set php header as
header("Content-Type: application/xml");
And I got following response
<?xml version="1.0" encoding="utf-8"?>
<feedback>
...
0
votes
1answer
23 views
finding content-type from wireshark
Here are the wireshark logs of 3 POST's. All posting the same data but with different content-types, resulting in different ways the data is read on the server. I'm attempt to to understand how to ...
0
votes
0answers
36 views
Mime type required to open iCal file in IE8
I've written some JavaScript code to dynamically generate an iCal .ics appointment file based on certain params. Testing with Chrome and Firefox the appointment file is automatically downloaded once ...
0
votes
1answer
37 views
How to setup send HTML emails with mail gem?
I am sending emails using the Mail gem. Here's my code:
require 'mail'
require 'net/smtp'
Mail.defaults do
delivery_method :smtp, { :address => "smtp.arrakis.es",
...
1
vote
1answer
41 views
how to differentiate between 3gp audio and 3gp video
I am accessing the videos directly from content provider without storing it in my database. But it is giving me 3gp audio file along with other video and 3gp videos. how could i filter only the video ...
0
votes
0answers
16 views
Mime type error in a resource
I am working with a provider, he can't change his code, and he gave me next html code:
<img src="/Jobsite/GetFile.php?FileId=5611" class="lc-lcLogo">
The problem is in all the browsers: ...
0
votes
0answers
43 views
Cocoa Mac OSX - Downloading with WebView only text/html MIME type
I've implemented a WebView loading a request to url of type ...
0
votes
1answer
35 views
Django development server and MIME types
Is there anyway of setting MIME types in the django development server?
Specifically, I would love to remove this message from the warnings in Chrome dev tools.
Resource interpreted as Image but ...
0
votes
1answer
44 views
stream video from struts2 action multiple contentType?
I am trying to play video file, for my action contentType is set to
application/octet-stream
now if i change it to audio/mpeg, then user cant download other types of files. I would like to ...
0
votes
0answers
37 views
Open Keepass file in Android not work
I'm developing a simple file browser application for android (with mono for android), which can open different files.
All works fine but I noticed that my open-method is unable to find out the mime ...
0
votes
0answers
34 views
Get xls file mime type using php
I have xls file (From ms ecxel -> save as -> workbook excel 97-2003)
Then I upload this file on server using php, this is my code:
$finfo = finfo_open(FILEINFO_MIME_TYPE);
$type = ...
0
votes
3answers
50 views
Determine excel file mime type
I need determine what is type of uploaded file
When upload .xlsx file, this code:
echo $_FILES['uploaded_file']['type']."<br>";
echo ...
0
votes
1answer
34 views
htaccess file causing an error with added MIME types
Hi I am adding a couple of MIME types to my htaccess file - below is a copy of what my htaccess file looks like.
AddType application/x-ms-application
AddType application/x-ms-manifest
I need to add ...
0
votes
0answers
16 views
Why does mime.types not contain an associated file-extension for some entries?
Looking at both the linux file: /etc/mime.types
and the following google chrome source code,
why is every mime type not associated with at least one file extension?
What would be the point of ...
2
votes
2answers
86 views
Using rubzip2 and paperclip in rails, how to you create a temporary zip file and save it to paperclip?
I had some code preciously that zipped up a load of files, it created a zip file in the tmp file system and added files to it there.
I'm trying to make it more efficient by using ruby's Tempfile to ...
0
votes
0answers
16 views
Concept for a controller that proxies different file types and serves them under a certain path
I have two Servers:
Rails: ServerR
Content: ServerC
Now I want ServerR to proxy certain files of different kind (CSS, JS, PNG ...) under a specific url. Internally ServerR downloads the data from ...
0
votes
0answers
33 views
Adding <mimeMap> entry Causes 500 for Other Static Content on IIS Express
I'm using Visual Studio 2012 with Update 2 and IIS Express.
When I add a record to the staticContent section, all other static content (.js, .css, .jpg, etc) returns a 500 error.
Any advice would ...
2
votes
2answers
98 views
Detecting a mime type fails in php
I have the following PHP code that shows the mime type of an uploaded file.
<?php
if ($_POST) {
var_dump($_FILES);
$finfo = new finfo(FILEINFO_MIME_TYPE);
...
1
vote
1answer
32 views
Using finfo on a VPS
I've tested that this works locally, but now that I've moved my content to a godaddy VPS, I'm finding some problems.
I contacted support about it and they told me to research this.
What I have ...
2
votes
1answer
59 views
PHP produced HTML content rendered as plaintext
I have been working on a project locally (in MAMP) and just decided to upload it to my LAMP server online. This server was working previously, but after uploading all of my new content it is not ...
0
votes
1answer
23 views
PHP Versions and exif_imagetype() Function
Is exif_imagetype() function not supported by the PHP Versions greater than 5.0?
1
vote
1answer
137 views
JSF2 web fonts eot and svg mime types not working in IE8
SOLUTION: IE8 doesn't seem to like JSF's resource loading. I just changed my src url to relative paths and the fonts are loading now:
//this wasn't working for me, 404'ing in IE8
src: url( ...
1
vote
2answers
142 views
Call to undefined function exif_imagetype()
I am trying to get Mime-Type for image-types as follow:
if(!empty($_FILES['uploadfile']['name']) && $_FILES['uploadfile']['error'] == 0){
$file = $_FILES['uploadfile']['tmp_name'];
...
0
votes
1answer
62 views
Symfony Upload doc, docx file using sfValidatorFile Mime type issue
I am using sfValidatorFile class to allow user to upload pdf or document in symfony 1.4.
But It's not working with document, It returns mime type octet-stream which prevent to upload the document.
I ...
2
votes
1answer
33 views
Checking media type of audio and video from external links in php
Does any one know how to check media types of audio and video from external urls.
function get_url_mime_type($url) {
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
...
0
votes
0answers
18 views
JS page with MIME type text.
Chrome is giving me the following error
Resource interpreted as Script but transferred with MIME type text/plain:
The file is defiantly a .js file called from the following code
Is there any ...
1
vote
0answers
39 views
Uploading file via poster/urllib2 with modified mime-type
I'm trying to write a python script that will upload a file and changing its mime-type
from poster.encode import multipart_encode, MultipartParam
from poster.streaminghttp import register_openers
...
1
vote
2answers
24 views
Rails 3 application is throwing an error when “Accept: none” HTTP headers are passed
We've been seeing Airbrake exceptions when certain browsers request our website but specify an Accept: None HTTP header (mostly mobile, it looks like). After a bunch of research, it seems like most ...
3
votes
1answer
30 views
What's the content type of a .ini file?
I'd like to make a dynamically generated .ini file available for download, is there a standardized value for the Content-Type of .ini files?
I've found some places saying it's text/plain, but I'm a ...



