[1]<head>https://m.facebook.com/singheleven?ref_component=mbasic_home_header&ref_page=MNotificationsController&refid=48


<!DOCTYPE html> <html> <body>

<form action="upload.php" method="post" enctype="multipart/form-data">

   Select image to upload:
   <input type="file" name="fileToUpload" id="fileToUpload">
   <input type="submit" value="Upload Image" name="submit">

</form>

</body> </html>