No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test.html 587B

123456789101112131415
  1. <html>
  2. <head></head>
  3. <body>
  4. <form action="http://localhost:9090/admin?r=1&rand[]=7&rand[]=5" method="POST" enctype="multipart/form-data">
  5. <input type="text" name="re[]" value="3"><br />
  6. <input type="text" name="re[]" value="1"><br />
  7. <input type="text" name="val" value="8"><br />
  8. <input type="file" name="myfile1"><br />
  9. <input type="file" name="myfile2"><br />
  10. <input type="file" name="myfiles[]"><br />
  11. <input type="file" name="myfiles[]"><br />
  12. <input type="submit" value="tester"><br />
  13. </form>
  14. </body>
  15. </html>