This seems to be a great bit to coding but I am confused. What actually happens yo the data after I click send? Where does it go? Can I pick it up (the image and text) with query and if so, how?
I Want to send it back to my php server for processing but I don't know how to get it there. Could someone show the code required to either get the data in a javascript variable so I can pass it back to the server.. or how to do it directly if its inbuilt?
Thanks
EDIT:
i worked it out in the end...
To help anyone else it posts the data to the URL specified in the url option (surprisingly to the post variable 'data'!)
This seems to be a great bit to coding but I am confused. What actually happens yo the data after I click send? Where does it go? Can I pick it up (the image and text) with query and if so, how?
I Want to send it back to my php server for processing but I don't know how to get it there. Could someone show the code required to either get the data in a javascript variable so I can pass it back to the server.. or how to do it directly if its inbuilt?
Thanks
EDIT: i worked it out in the end... To help anyone else it posts the data to the URL specified in the url option (surprisingly to the post variable 'data'!)