I've recently started using jQuery with php. On the application I'm currently making I have a form which inserts various text data along with an image file upload.
What I want is a good jQuery/AJAX tutorial on submitting this form, having it upload the file (maybe with some kind of loading image/message) then after its finished doing it's bit, I wish for it to output the uploaded image with the text data below the form. All without a page reload.
Any idea's? Thanks... :)