Image Upload with Preview and Delete

前端 未结 6 1346
情话喂你
情话喂你 2020-12-14 13:21

Have the followig questions and need answers regarding the following script that will Preview a Photo before upload. The script is from http://jsbin.com/uboqu3/edit#javascri

6条回答
  •  粉色の甜心
    2020-12-14 13:50

    This will not work on anything less that Internet Explorer 10 ... FileReader() support isn't introduced until IE10 .. it will work with Chrome 7 and Firefox 3.6

    See the docs for support of FileReader or caniuse.com here

提交回复
热议问题