473,399 Members | 4,254 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Whats the correct MIME type for wordpad, for my php upload?

117 100+
it's a wordpad, most ppl use um and i forgot to ask last time.

i tried document/wordpad but no go...
Sep 5 '07 #1
4 4556
gregerly
192 Expert 100+
it's a wordpad, most ppl use um and i forgot to ask last time.

i tried document/wordpad but no go...
I'm not exactly sure, but I think it's

application/rtf rtf

Just try an upload of one and echo out the "type".

[PHP]<?
echo $_FILES["file"]["type"];
?>[/PHP]

Just google search for Mime types and you should find what your looking for.

Greg
Sep 5 '07 #2
Breana
117 100+
Lol thanks for the code i can use that later on...

It's, application/octet-stream i got it going thanx.
Sep 5 '07 #3
Atli
5,058 Expert 4TB
Lol thanks for the code i can use that later on...

It's, application/octet-stream i got it going thanx.
Hi.

Glad you got it working.

To clarify tho, 'application/octet-stream' is usually used for binary transfers and files that do not have a Mime type.

Rich Text Format (.rtf) files, the type wordpad usually uses, should have the Mime type 'application/rtf', as Greg said.
Sep 5 '07 #4
pbmods
5,821 Expert 4TB
Changed thread title to better describe the problem (the extension can easily be spoofed; the MIME-type is a little bit harder...).
Sep 5 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Stephen Costanzo | last post by:
I need to specify the MIME type for a file to store to Content Manager. I do not want to trust the user to select the correct type. Is there an API of some sort to determine the correct MIME Type....
1
by: wh173b0y | last post by:
Alright, i`m developing a site for a contest that runs off of asyncronus HTTP requests(AJAX is the popular term). now i'm using code that is based strongly off the mozilla developer center's...
5
by: splodge | last post by:
This may seem like a stupid question but I want to check before I go ahead and build this... I am working on a portal, part of which allows users to upload files. Part of the array within...
1
by: David Trimboli | last post by:
I've got a 16-bit Windows executable file linked in a document for download. What would be the correct MIME type to indicate in the link? http://www.trimboli.name/continuum/dotw.html David...
3
by: srijan2005 | last post by:
can any one plz help me to use mime type in php....there should be included mime_content_type( ) function...i want to upload a picture like .jpg,.jpeg,.gif extension....when i will upload the picture...
1
chunk1978
by: chunk1978 | last post by:
hi. i have this mime-type array in my php upload script... but my mime type for photoshop files isn't working. what's wrong with this? # -=-=-=- Allowed File Extensions: .TIF / .PSD / .JPG /...
6
by: Mad Hatter | last post by:
Hi folks I'm a bit confused with an upload script that I've written. I want to be able to check the file type of an upload by checking the mime type but I'm not getting the results that I...
1
by: tinman77 | last post by:
Thanks in advance for everyone's help... My problem is that more often than I would like, I get attachments that for some reason or another do not include an extension. What I want to do is...
4
by: David Thielen | last post by:
We need this both for what we set in IIS and for the HttpContext.Reponse.ContentType property. We've tried a bunch of different things and none seem to work. thanks - dave ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.