last question I hope
if I modify this line
PHP Code:
&& $userfile_type == "image/jpg"
to read
PHP Code:
&& $userfile_type == "image/file type I want"
can I upload any type of file?
and if I add succesive strings of this
PHP Code:
&& $userfile_type == "image/file type I want"
Then I should be able to upload multiple types of file.
is that right or does this upload only work with jpg images? If it does how can I allow it to upload gif images?
Thanks
and again can I I list you on my site as having written this portion or would you rather remain annonymous?