Below is some additional information about the enctype attribute mentioned in the previous post.
The enctype attribute sets the MIME type of the form, and uploading a file requires both a MIME type of multipart/form-data and a form method of post, as shown here in boldface:
form action="webform1.aspx" method="post" enctype="multipart/form-data" runat="server" ID="Form1"
Friday, September 19, 2008
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment