Forums
This topic is locked
While i'm here...!
Posted 04 Feb 2002 11:13:36
1
has voted
04 Feb 2002 11:13:36 Andy Smith posted:
Does anyone know how to retrieve form info after a file upload page in the same way you can retrieve them after a normal insert record?i.e:
If (MM_editRedirectUrl <> "" And Request.Form <> "" Then
If (InStr(1, MM_editRedirectUrl, "?", vbTextCompare) = 0 And Request.Form <> "" Then
MM_editRedirectUrl = MM_editRedirectUrl & "?" & Request.Form
Else
MM_editRedirectUrl = MM_editRedirectUrl & "&" & Request.Form
End If
If anyone could help it would be much appreciated!