javascript - how to preview image before upload in html? - Stack ...

javascript - how to preview image before upload in html? - Stack ...

瀏覽:1254
日期:2025-06-21
Try Like function readURL(input) { if (input.files && input.files[0]) { var reader = new FileReader(); reader.onload = function (e) { $('#blah').attr('src', ......看更多