Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <br>
  2. <p>Foto do mãe</p>
  3. <div class="div-button">
  4. <!-- novo elemento! -->
  5.  
  6. <input class="file-button" type="button">
  7.  
  8. <!-- invisível -->
  9.  
  10. <input class="file-chooser" type="file" accept="image/*" hidden >
  11. <img class="preview-img_a">
  12. <input type="submit" value="upload">
  13. </div>
  14.  
  15. <script type="text/javascript">
  16. const $ = document.querySelector.bind(document);
  17.  
  18. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement