Forums
This topic is locked
Accessing form values with asp upload
Posted 25 Apr 2003 22:55:50
1
has voted
25 Apr 2003 22:55:50 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.