php & jquery upload image and preview display instantly

前端 未结 7 721
南方客
南方客 2021-01-03 12:22

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

7条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-03 12:58

    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.

提交回复
热议问题