Xem trước hình khi upload file.

blogphp14 thg6 2020
Javascript
<!DOCTYPE html>
<html>

<body>
  <img id='pre_img'>
  <input type='file' id='select_file' onchange='changePicture();'>
 
    <script>
      function changePicture(){
        pre_img.setAttribute('src',URL.createObjectURL(select_file.files[0]));
      }
    </script>

 
</body>
</html>

Gửi bài viết tới Facebook

Gửi hình ảnh