Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: How to read form that enctype="multipart/form-data" - August 25, 1998 at 04:28:34

You are here: irt.org | BBS | How to read form that enctype="multipart/form-data" [This BBS is closed]

Posted by john on August 25, 1998 at 04:28:34:


I build a form in this way

<Form action="readform.asp" Name="myform1"
method=post enctype="multipart/form-data">
<input type=text name=textfield
value="value">
<input type=file name=field3
value="c:\time.doc">
<input type=submit name=submit
value=submit>
</form>

then how can read the field out in the proceding
asp?

<%=Request.Form ("textfield")%> just
returns an empty value
Follow-ups:

You are here: irt.org | BBS | How to read form that enctype="multipart/form-data" [This BBS is closed]

©2018 Martin Webb