hello eveybody,
what is the actual need of usingfunction is_uploaded_fil e($_FILES["userfile"]["te mp_name"] ,
I know it return turn if the file was uploaded via http ,and false otherwise.
If i would not this function ,even then we can upload file successfully.
I guess some security reason behind this.
So please help me out in this regard.
Thank you
what is the actual need of usingfunction is_uploaded_fil e($_FILES["userfile"]["te mp_name"] ,
I know it return turn if the file was uploaded via http ,and false otherwise.
If i would not this function ,even then we can upload file successfully.
I guess some security reason behind this.
So please help me out in this regard.
Thank you
Comment