upload.html 276 B

12345678910
  1. <html>
  2. <form action="http://was.ray.local:9080/x-test/upload" method="post"
  3. enctype="multipart/form-data">
  4. <input type="text" name="text1" value="abc"> <input type="file"
  5. name="file1"><input type="file" name="file2"><input
  6. type="submit" value="Submit">
  7. </form>
  8. </html>