Forums
This topic is locked
How to access form values to send email
Posted 23 Apr 2003 17:12:54
1
has voted
23 Apr 2003 17:12:54 henchman sadf posted:
Got an insert and upload on same page - trying to access the form values to send an email. Using the code below at the top of the page results in the message below that. How can I access the form values to send an email on the same page?(UD4)
Thanks, Blair
<%
developerEmail = Request.form("tfEmail"
%>
Request object error 'ASP 0206 : 80004005'
Cannot call BinaryRead
/ScriptLibrary/incPureUpload.asp, line 36
Cannot call BinaryRead after using Request.Form collection.