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.
123456789101112131415 |
- <html>
- <head></head>
- <body>
- <form action="http://localhost:9090/admin?r=1&rand[]=7&rand[]=5" method="POST" enctype="multipart/form-data">
- <input type="text" name="re[]" value="3"><br />
- <input type="text" name="re[]" value="1"><br />
- <input type="text" name="val" value="8"><br />
- <input type="file" name="myfile1"><br />
- <input type="file" name="myfile2"><br />
- <input type="file" name="myfiles[]"><br />
- <input type="file" name="myfiles[]"><br />
- <input type="submit" value="tester"><br />
- </form>
- </body>
- </html>
|