Advertisement
Guest User

html

a guest
Feb 27th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <html>
  2. <body>
  3. <form action="${url.service}" method="post" enctype="multipart/form-data">
  4. File: <input type="file" name="file"><br>
  5. Title: <input name="title"><br>
  6. Description: <input name="description"><br>
  7. <input type="submit" name="submit" value="Upload">
  8. </form>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement