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?
/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?
Comment