$acceptabletypes
From: Joker7 (sat_ring_at_hotmail.com)
Date: 02/28/05
- Next message: News Me: "Re: $acceptabletypes"
- Previous message: Markus G. Klötzer: "Re: Server time"
- Next in thread: News Me: "Re: $acceptabletypes"
- Reply: News Me: "Re: $acceptabletypes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 28 Feb 2005 15:22:40 -0000
$acceptabletypes = array("image/jpg", "image/bmp",
"application/zip" ,"image/gif"
,"image/jpeg","text/plain","application/msword");
I'm using the above to control what can be
uploaded by and upload script,but for some reason
the MIME type image/jpg will not work.when the
script checks the MIME types it blocks image/jpg
but I have it in the acceptable types. Any
pointers all others work fine!
Chris
-- Never argue with an idiot. They will drag you down to their level,and beat you with experience
- Next message: News Me: "Re: $acceptabletypes"
- Previous message: Markus G. Klötzer: "Re: Server time"
- Next in thread: News Me: "Re: $acceptabletypes"
- Reply: News Me: "Re: $acceptabletypes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|