Forums
This topic is locked
Passing form data from an insert page with
Posted 24 Nov 2002 16:13:41
1
has voted
24 Nov 2002 16:13:41 Doug Banville posted:
Hi,When inserting a record using the server behaviour insert record with Pure Asp Upload and Smart image processor I need to pass some of the form data on to the next page so I can use it to filter my Recordset.
Usually when I want to pass form data after inserting a record I would follow this MM work around -> www.macromedia.com/support/ultradev/ts/documents/passingformdata.htm OR www.dmxzone.com/showDetail.asp?TypeId=2&NewsId=385
But when using ASP upload & Smart image processor I can't find the approriate place to create a session variable that will show up on the redirect page. Any body know of a workaround for this?
Thanks