As you are experiencing, the content type of the uploaded file is determined by the file extension.
The only solution I can think of would be to read the file to determine if is the one of the desired type. You could try to load the file in the appropriate application (word, adobe reader) and determine if the file loaded successfully. If not, then you could assume it is not a valid format for that extension.
-Peter
|