upload.html 195 B

1234567
  1. <html>
  2. <form method="POST" action="/?service=App.Examples_Upload.Go" enctype="multipart/form-data">
  3. <input type="file" name="file">
  4. <input type="submit">
  5. </form>
  6. </html>