Reply to topic
encrypted data
morn


Joined: 25 Jul 2006
Posts: 3
Reply with quote
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,
Laughing
bobum
Elvis Fanatic
Elvis Fanatic

Joined: 16 Nov 2004
Posts: 746
Location: Montgomery, AL
Reply with quote
Check this page out

http://www.codeproject.com/asp/aspupl.asp
encrypted data
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic