changed the way we get content-type during file upload.
authormh <mh>
Fri, 19 Oct 2001 14:05:18 +0000 (14:05 +0000)
committermh <mh>
Fri, 19 Oct 2001 14:05:18 +0000 (14:05 +0000)
commitbc5c996ca4e9c8cdc5fb56793656bc95355728bf
tree6c5cf6c3d92dc77d3565f902a59fa43acc778101
parent5aebc4d74645e7b6760ba92fb91e4e1f1a0d61d7
changed the way we get content-type during file upload.

we check oreilly method by default (c. type sent by browser) and only if it is
likely wrong to we go by .extension.

also added some media type entries
dbscripts/populate_mediatyp.sql
source/mir/misc/StringUtil.java
source/mircoders/producer/ProducerStartPage.java
source/mircoders/servlet/ServletModuleOpenIndy.java