tidewaterto
12-02-2005, 09:08 AM
Thank you in advance...
I have an ASP page that creates the Persits upload component and inserts form values into a database. My page is uploading the image file just fine and my form values are getting inserted into the database. The problem I am having, it that the response.redirect will not fire. I have tried everything to get this to work and I am not having any luck.
Is there something that I need to do different since I am using this upload component or should the response.redirect work regardless. My code is outlined like this:
Set xxxx = create upload object
count = virtual save of the file
if xxxx.submit = "Some value" then
add the form values to the database
response.redirect("URL")
end if
Is that not right?
Thanks again
I have an ASP page that creates the Persits upload component and inserts form values into a database. My page is uploading the image file just fine and my form values are getting inserted into the database. The problem I am having, it that the response.redirect will not fire. I have tried everything to get this to work and I am not having any luck.
Is there something that I need to do different since I am using this upload component or should the response.redirect work regardless. My code is outlined like this:
Set xxxx = create upload object
count = virtual save of the file
if xxxx.submit = "Some value" then
add the form values to the database
response.redirect("URL")
end if
Is that not right?
Thanks again