diff options
| author | michael pereira | 2011-04-20 18:35:39 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-20 18:35:39 +0200 |
| commit | 3df435742ef6d814f411ab9f4d405cc06eba1dab (patch) | |
| tree | 48e047451ac032fe8f61e700ea530d0eb7936f0f /api_preboot_test.html | |
| parent | Resource Controller fix (diff) | |
| download | pbs2-3df435742ef6d814f411ab9f4d405cc06eba1dab.tar.gz pbs2-3df435742ef6d814f411ab9f4d405cc06eba1dab.tar.xz pbs2-3df435742ef6d814f411ab9f4d405cc06eba1dab.zip | |
API + Fixes
Diffstat (limited to 'api_preboot_test.html')
| -rw-r--r-- | api_preboot_test.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api_preboot_test.html b/api_preboot_test.html new file mode 100644 index 0000000..05f4fd2 --- /dev/null +++ b/api_preboot_test.html @@ -0,0 +1,6 @@ +<form enctype='multipart/form-data' action='http://127.0.0.2/resource/addpreboot/apikey/apikey1' method='POST'> +Title:<input name='title' type='text'/> +Preboot File:<input name='preboot' type='file'/> +<input type='submit' value='Upload'/> +</form> +<style>input{display:block}</style> |
