on my form it's possible for users to upload large files onto the server...
Question 1: when the user presses the "submit form" button, will the browser be directed immediately to the "thank you" page, or will it first rest on the form page while the files upload, and then goto the "thank you" page after the files have been uploaded?
Question 2: if anyone can direct me to a strong example of a PHP script that will upload files, send email to the user that can include what they filled in on the form, and redirect the user to a "thank you" page, i would be very grateful :-)
phew PHP is confusing... :-)
thanks...
Question 1: when the user presses the "submit form" button, will the browser be directed immediately to the "thank you" page, or will it first rest on the form page while the files upload, and then goto the "thank you" page after the files have been uploaded?
Question 2: if anyone can direct me to a strong example of a PHP script that will upload files, send email to the user that can include what they filled in on the form, and redirect the user to a "thank you" page, i would be very grateful :-)
phew PHP is confusing... :-)
thanks...
Comment