Please Help - Pre-populating a field in a form

  • Thread starter Thread starter david
  • Start date Start date
D

david

Posting again,

I am trying to do this:

1st page: there is a form with only a file upload field.
You click submit, the file goes to the file folder and I
go to a second page.

In this second page, I have a form with many form fields
where the user has to enter data (name, address,etc). The
user enters the data and it is sent to a database.

What I would like to do is pre-populate one of the fields
in
the second page with the name (just the name) of the file
that I previously uploaded.

Any thought on how to do this?

Regards,
David
 
Back
Top