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
You can post image only by posting form, so you must use iframe to upload image without reloading main page. When iframe reloads, add some script in its response which triggers callback function in main page to display just uploaded image.