I\'m trying to upload a file to my server But the problem is the if(isset($_FILES[\'upl\'])) always returns false
my php:
if($_SERVER[\'REQUEST_METHO
you should add the attribute enctype="multipart/form-data" in form tag to upload the file into server....