FP 02 - Help with a form

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

david

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 prefill 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
 
You might find some info at
http://support.microsoft.com/default.aspx?scid=kb;en-us;288328

--



| 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 prefill 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