I have a bit of a strange situation and I've not worked with .net before so unsure if this is possible.
I have a div that contains a form, when the form is submitted the div flips over.
My problem is that when the submit button is pressed the file upload occurs so the div doesn't flip.
What Im wondering is, can you delay the file upload for X seconds until the jQuery flip function has completed, and then upload the file?