mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-07-16 03:55:57 +02:00
18 lines
387 B
HTML
18 lines
387 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head id="head">
|
|
<meta charset="utf-8"/>
|
|
<title>Read file input demo</title>
|
|
<script type="application/javascript" src="demoreadfileinput.js"></script>
|
|
</head>
|
|
<body>
|
|
<input type="file" id="input">
|
|
<a id="output" style="visibility:none"></div>
|
|
|
|
<script type="application/javascript">
|
|
rtl.run();
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|