Detailed instructions
Step by step
Step 1
<!DOCTYPE html>
<html>
<body>
<h3>Example</h3>
<input type="file" id="myIfcFile">
<button onclick="myFile()">Click me</button>
<script>
function myFunction() {
// TODO
}
</script>
</body>
</html>Step 2
Step 3
Step 4
Step 5
Step 6
Final result
Last updated