Ad

file upload html



File Upload  :-


     <input type="file">


   html form tag  Attribute   


 à®ƒ  The html file tag is used to upload any file to server. 

 à®ƒ  Form gives  option to upload any file such as image, resume audio etc. to the server.

 à®ƒ File input tag.

 à®ƒ <input> element  use type = "file"  

 à®ƒ The user choose one or more files form device storage. 


SYNTAX:

          <input type="file">


  HTML program 


               File Upload 


<!DOCTYPE html>
<html>
<head>
   
    <title> select file  </title>
</head>
<body>
    <h2> file to upload</h2>
    <form>
       <label> file upload</label>
       <input type="file" name="newfile">
    </form>
</body>
</html>

  output

              file upload html program 


file upload html /output


Related Post 

html login in form

html anchor tag

how to create login form

No comments

Powered by Blogger.