hantz
09-23-2007, 05:02 PM
imagine 3 pages...
on the first you collect 2 variable
(for example name and last name, in forms field ofcourse)
on the second page you show the 2 variables from the first page
and collect 2 more variables(for example address and phone number,in forms field too)
and on the 3 page all the data being saved into some database (say sql)
well this is all simple cause we got the basic commands
Code:
request.form
request.querystring
Upload.form
but when the case comes to uploading...
how can i choose a file at the beggining - on the first page (with the browse button)
and carry it with me to the second page, and from there to the third page ,where it will be uploaded
:rolleyes:
on the first you collect 2 variable
(for example name and last name, in forms field ofcourse)
on the second page you show the 2 variables from the first page
and collect 2 more variables(for example address and phone number,in forms field too)
and on the 3 page all the data being saved into some database (say sql)
well this is all simple cause we got the basic commands
Code:
request.form
request.querystring
Upload.form
but when the case comes to uploading...
how can i choose a file at the beggining - on the first page (with the browse button)
and carry it with me to the second page, and from there to the third page ,where it will be uploaded
:rolleyes: