Add file upload button to C1Pjs
This commit is contained in:
parent
905a30017e
commit
14944bb108
4 changed files with 18 additions and 0 deletions
|
|
@ -21,4 +21,5 @@
|
|||
<item ref="/sites/www.osiweb.org/programs/basic/OsiBas/spacewar.bas">SPACEWAR</item>
|
||||
</control>
|
||||
<control type="button" class="input" binding="loadSerial">Load File</control>
|
||||
<control type="file" class="input" label="Upload File:" binding="uploadSerial"/>
|
||||
</serial>
|
||||
|
|
|
|||
|
|
@ -10,4 +10,5 @@
|
|||
<item ref="/apps/c1p/BASIC/OSI/SAMPLE6.BAS">PRESIDENTS</item>
|
||||
</control>
|
||||
<control type="button" class="input" binding="loadSerial">Load File</control>
|
||||
<control type="file" class="input" label="Upload File:" binding="uploadSerial"/>
|
||||
</serial>
|
||||
|
|
|
|||
Loading…
Reference in a new issue