| Current Path : /var/www/web2/visor_mapa_heim/DIST/foto/ |
| Current File : /var/www/web2/visor_mapa_heim/DIST/foto/foto2.js |
document
.getElementById("cameraFileInput")
.addEventListener("change", function () {
document
.getElementById("pictureFromCamera")
.setAttribute("src", window.URL.createObjectURL(this.files[0]));
});