im looking forward to create an upload module where user can browse, click open and it will instantly display a preview of that image without having to click a submit button
Files cannot be uploaded using pure AJAX. You may want to checkout the Form Plugin which does support file uploads: http://jquery.malsup.com/form/ and integrate it into your solution. There you have few good examples using ajaxSubmit.