![]() |
| encrypted data |
|
morn
|
I am trying to retrieve the values from my multipart-form/data form and I know that any type of Request does not work. I have tried Upload.Form("variable") but I get the following error:
Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: '' /classifieds/insert.asp, line 11 I have tried and I have researched it for a while and I am coming up with blanks. I just want to access the values after the form submits to the next page. It should be easy but I don't know how to do it and I don't want to have to parse through the data. The following is the form I am first testing with to try and figure it out. <form method="post" enctype="multipart/form-data" action="Testing.asp" name="frm"> Please enter a name:<input type="text" name="UserName" value=""> <br/> Please enter a email:<input type="text" name="Email" value=""> <br/> <input type="file" name="Upload"> <input type="submit" name="Submit"> </form> I have the upload part working fine but I just need to figure out how the access the other variables so that I can insert the values to my database. Any help is greatly appreciated. Thanks, |
||||||||||||
|
|
|||||||||||||
|
bobum
Elvis Fanatic
![]()
|
|||||||||||||
|
|
|||||||||||||
| encrypted data |
|
||
|



