So I want to make an AJAX form to upload a file and I don't want the page to have to reload. In other words, when someone clicks 'submit' on my form I want the file to upload but I don't want the page to refresh or reload.
I have a solution working where in i add a target attribute to the form so that it submits into an iframe but I'm not crazy about this. Is there some way to do form upload using AJAX?