3okl
09-18-2008, 07:06 PM
if member have none photo the uploader start upload anyfile {danger}
if member have photo the uploader remove first photo and upload the file {Danger}
- - - - - - - - - - - - - - - - - -
how protection my upload from members to disable all files except
{JPG - PNG - GIF}
My code
move_uploaded_file($_FILES["photo"]["tmp_name"],"../users");
if member have photo the uploader remove first photo and upload the file {Danger}
- - - - - - - - - - - - - - - - - -
how protection my upload from members to disable all files except
{JPG - PNG - GIF}
My code
move_uploaded_file($_FILES["photo"]["tmp_name"],"../users");
