1. <h3>Portal-Video</h3>
  2. <form action="http://192.168.1.131:8080/remote" method="post">
  3.     <input name="url" value="http://www.youtube.com/watch?v=9yKBQIPtxsw"><br />
  4.     <input name="fmt" value="1" /><br />
  5.     <input name="out" value="mp3" /><br />
  6.     <br />
  7.     <input name="set_vol" value="255" /><br />
  8.     <input name="set_abit" value="192" /><br />
  9.     <input name="set_vbit" value="512" /><br />
  10.     <input name="set_channels" value="2" /><br />
  11.     <input name="set_aspect" value="4:3" /><br />
  12.     <input name="set_res" value="640x480" /><br />
  13.     <br />
  14.     <input type="submit" value="Senden" />
  15. </form>
  16.  
  17. <h3>Remote File</h3>
  18. <form action="http://192.168.1.131:8080/remote" method="post">
  19.     <input name="url" value="http://192.168.1.100/test.rar" /><br />
  20.     <input type="submit" value="Senden" />
  21. </form>
  22.  
  23. <h3>Uploade File</h3>
  24. <form action="http://192.168.1.131:8080/upload" method="post" enctype="multipart/form-data">
  25.     <input type="file" name="file" /><br />
  26.     <input type="submit" value="Senden" />
  27. </form>