blob: 337df97baa806b0fb0c87963ace6ba181b89ebb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<title>Sample Post test</title>
<body>
<h1>Sample Post test</h1>
<form enctype="multipart/form-data">
<input type="file" name="file" />
<input type="hidden" name="hidden" value="bollobollo" />
<ol>
<li><button formmethod="POST" formaction="api/post/ping">ping</button>
<li><button formmethod="POST" formaction="api/post/upload-json">upload json</button>
<li><button formmethod="POST" formaction="api/post/upload-image">upload image</button>
<li><button formmethod="POST" formaction="api/post/upload-music">upload music</button>
<li><button formmethod="POST" formaction="api/post/upload-appli">upload application</button>
</form>
|