summaryrefslogtreecommitdiffstats
path: root/scripts/api_preboot_test.html
blob: 5c3805b3a1cc14768859b4f0cff8253a8ee84161 (plain) (blame)
1
2
3
4
5
6
7
<form enctype='multipart/form-data' action='http://127.0.0.2/resource/addpreboot/apikey/apikey1' method='POST'>
Title:<input name='title' type='text'/>
Description:<input name='description' type='text'/>
Preboot File:<input name='preboot' type='file'/>
<input type='submit' value='Upload'/>
</form>
<style>input{display:block}</style>