Hello to all this is my first post. Did a lot of reading and could not find an answer to my problem. Well here it is...
First of all i have a page with two forms one submit 'Post' to an
asp script that saves the data to a database the other one is a upload form to save pictures to a directory and the pic details to a database. For the upload i am using freeaspupload which works fine in my testing.
Here is my problem IF i upload the pics first via freeaspupload then i click submit the regular form to save the other data to the db the second script times out. If i submit my regular form FIRST it completes with in 2 seconds. The upload form as a target to a hidden iframe to mimic
AJAX. Not sure if that might cause a problem with having to post two forms.
Has any one know why my second script would time out after i upload the pics?
Thanks for the help.