php & jquery upload image and preview display instantly

前端 未结 7 772
南方客
南方客 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 13:04

    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.

提交回复
热议问题