Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looping through elements in a form

Status
Not open for further replies.

AndyApp

Programmer
Joined
Dec 20, 2001
Messages
259
Location
GB
I'm trying to create a cv upload page and can't use request.form as i'm using a binary write to get the cv from the form. I'm told that If I loop through the form pulling the info in the controls through without directly referencing them it will all work.

Thing is I want to be able to know which form control is going into which variable as I need to use them later to build an email using cdonts.

"Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)
 
I can't. The ISP we're using is running Chili!Soft ASP and that has it's own Chili!Upload. I can't find any documentation about if Chili!Upload gives you something different to use instead of request.form except to loop through the elements.

"Life is like a Ferrari, it goes to fast.
But that's ok, because you can't afford it anyway" - Jim Davis (Garfield)
 
Well you should be able to find a form element somehow
obj.Form("name") etc.
But my example it's a pure ASP upload, no need to install.

________
George, M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top