Implement local file upload with form.
This fixes the issue that after selecting a file it cannot be uploaded directly again without selecting another file in between.
This commit is contained in:
parent
ddfe2e5af3
commit
4c2624785f
4 changed files with 15 additions and 6 deletions
|
|
@ -21,5 +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="Load Local File:" binding="uploadSerial"/>
|
||||
<control type="file" class="input" binding="uploadSerial"/>
|
||||
</serial>
|
||||
|
|
|
|||
|
|
@ -10,5 +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="Load Local File:" binding="uploadSerial"/>
|
||||
<control type="file" class="input" binding="uploadSerial"/>
|
||||
</serial>
|
||||
|
|
|
|||
Loading…
Reference in a new issue