Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>File Uploading Form</title>
- </head>
- <body>
- <h3>File Upload:</h3>
- Select a file to upload: <br />
- <form action="uploadFile.jsp" method="post" enctype="multipart/form-data">
- <input type="file" name="file" size="50" />
- <br />
- <input type="submit" value="Upload File" />
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement