I got an working example of how to drag drop and preview an image using HTML5 file API (html5's file api example with jquery?). My interest is to create an image upload form that will use AJAX to post back to the server.
What I am interested in knowing is, if there is a way we could append drag and drop files to an `
Or...
Is it possible to kind of convert the file to Base64 and append it to an hidden input field?
I am not interested in Cross Browser support, I am feeling sick of even hearing the term now :(.
I am very new to jQuery and JS so it will be a plus if you can explain with a little info.