I have fiddled with the code found on the excellent FAQ at:-
The one problem I have is accessing extra parameters I have coded as a radio button selection into UpLoadStart.asp.
When I try to access the radio button value in UpLoadEnd.asp
with:-
Response.Write Request.Form("pdfradio"
...I get the error message:-
'Cannot use Request.Form collection after calling BinaryRead'.
Is there no way I can pass an additional form parameter with the form to make a destination decision?
The one problem I have is accessing extra parameters I have coded as a radio button selection into UpLoadStart.asp.
When I try to access the radio button value in UpLoadEnd.asp
with:-
Response.Write Request.Form("pdfradio"
...I get the error message:-
'Cannot use Request.Form collection after calling BinaryRead'.
Is there no way I can pass an additional form parameter with the form to make a destination decision?