phpbar.de logo

Mailinglisten-Archive

Re: [php] Mimetype image bei fileuploadüberrpüfen.

Re: [php] Mimetype image bei fileuploadüberrpüfen.

Norbert Pfeiffer norbert at itbw.de
Die Mar 2 01:23:48 CET 2004


Hi,

man sollte weniger rumraetzeln sondern mehr coden:

Opera:                              getImageSize
Feldname - Dateiname - Mime-Type           - Typ
-------- - --------- - ------------------- - ---
upload_0 - rally.bmp - image/x-windows-bmp - [6]
upload_1 - rally.gif - image/gif           - [1]
upload_2 - rally.jpg - image/jpeg          - [2]
upload_3 - rally.png - image/png           - [3]

MS-IE:                              getImageSize
Feldname - Dateiname - Mime-Type           - Typ
-------- - --------- - ------------------- - ---
upload_0 - rally.bmp - image/bmp           - [6]
upload_1 - rally.gif - image/gif           - [1]
upload_2 - rally.jpg - image/pjpeg         - [2]
upload_3 - rally.png - image/x-png         - [3]
upload_4 - rally.png - image/x-png         - [3]

Laut Manual gibt es ja nur:
Grafik-Typ (1 = GIF, 2 = JPG, 3 = PNG, SWF = 4)
Aber laut Praxis mit PHP 4.3.4 offensichtlich mehr!

Alexander, was sagt denn Deine Glaskugel dazu ... ?


m. b. G. Norbert
_____________________
normal:  02686-987103
Notruf:  0177-2363368
---------------------
e.o.m.


php::bar PHP Wiki   -   Listenarchive