Ubuntu Pastebin

Paste from Chipaca at Mon, 14 Sep 2015 21:06:01 +0000

Download as text
1
2
3
4
5
6
<h3> By File Upload </h3>
<form enctype="multipart/form-data" action="http://localhost:9999/1.0/packages" method="POST">
<label>Choose:<input name="uploadedfile" type="file" /></label><br />
<label>Unsigned OK<input type="checkbox" name="unsigned-ok" value="1" /></label> <br/>
<input type="submit" value="Upload File" />
</form>
Download as text