AlbertAguirre
Programmer
When using enctype="multipart/form-data" for an ASP file upload, I cannot get a value for another form field with request.form("field1" .
Why?
How can I get the value for another field when using the POST method?
Why?
How can I get the value for another field when using the POST method?