class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
more info about the class
See all posts See thread Reply
//reservation approval count $('#formAddBanner').ajaxForm({ url:'upload.php', data:{addBanner:1}, type:'POST', success: function(data) { alert(data); } });
Happy to say this... i could upload an image asynchronusly without using XMLHttpRequest.
use this amazing plugin. http://malsup.github.io/jquery.form.js
example:
Again thank you very much for the code.