Forums

ASP

This topic is locked

passing parameters

Posted 28 Feb 2007 20:14:27
1
has voted
28 Feb 2007 20:14:27 Rob dalton posted:
have a fileUpload.asp page that allows a user to upload file

When the 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?

Replies

Replied 04 Mar 2007 06:00:00
04 Mar 2007 06:00:00 Javier Castro replied:
I imagine that the users have to login to access this upload page that you mention. Perhaps you can use their Session ID or Session UserID to make sure they look at their own files. If you post what you already have, more brains will have a look at your problem and try to help.

Good luck.

Reply to this topic