PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
pelegk2
Forum Regular
Posts: 633 Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:
Post
by pelegk2 » Mon Oct 25, 2004 8:10 am
where can i find a list of available file type
that i can check when i upload a file?
thnaks in advance
peleg
lostboy
Forum Contributor
Posts: 329 Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada
Post
by lostboy » Mon Oct 25, 2004 9:46 am
why not tell us what kind of files you wish to upload?
m3mn0n
PHP Evangelist
Posts: 3548 Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada
Post
by m3mn0n » Mon Oct 25, 2004 10:30 am
Research [google]MIME types[/google].
There is tons of pages out there that list all the popular and even less popular file types.
kettle_drum
DevNet Resident
Posts: 1150 Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England
Post
by kettle_drum » Mon Oct 25, 2004 12:48 pm
My upload class in the code section of thise web site has a pretty big list of popular file types - and shows you how to check etc.
viewtopic.php?t=17214
pelegk2
Forum Regular
Posts: 633 Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:
Post
by pelegk2 » Tue Oct 26, 2004 1:29 am
thaks alot all of u