PDA

View Full Version : Uploading image


DsgnrsTLZAdmin
02-10-2004, 05:58 PM
OK, how would I upload an image to my server? lets say the upload path is..

/var/www/html/forum/users/$username/avatar.gif


And I want to be able to accept .gif .bmp . jpg .jpeg .png

and the input box ( type="file") is named "file"..

how would i go about this? code example anyone?

bcarl314
02-10-2004, 06:26 PM
check the php.net site.

sad69
02-10-2004, 09:45 PM
I posted this link in a recent post..

http://www.netspade.com/articles/php/uploading.xml

Might give you some insight...

Hope it helps,
Sadiq.