i have a fileUpload.asp page that allows a user to upload
file
When to form on this page uploads it opens another page
uploadThisFile.asp to actually upload the info to database and
folder
i want to direct the user back to their peoplephotos.asp page
but this requires the peopleID param to display their details
how do i pass the peopleID param from the form page to the
uploadThisFile page to their photos page
so it will display their data.
anyone help?