File
Upload: You can use a file upload to allow
surfers to upload files to your web server.
<INPUT
TYPE=“FILE”>
File Upload has the following
attributes:
•TYPE:
file.
•SIZE: is
the size of the text box in characters.
•NAME:
is the name of the variable to be sent to the
CGI application.
•MAXLENGHT: is the maximum size of the input
in the
textbox in characters.
Example on File
<BODY bgcolor=lightblue>
<form>
<H3><font color=forestgreen>
Please attach your file here to for
uploading to
My <font color =red>SERVER...<BR>
<INPUT TYPE="File" name="myFile" size="30">
<INPUT TYPE="Submit" value="Submit File">
</form>
</BODY>
Comments
Post a Comment